This commit is contained in:
armv9 2025-09-03 19:45:13 +09:00
parent 835fcca7b9
commit 912de10cc3
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,8 @@ import kotlinx.coroutines.launch
version = 6,
autoMigrations = [
AutoMigration(from = 3, to = 4),
AutoMigration(from = 4, to = 5)
AutoMigration(from = 4, to = 5),
AutoMigration(from = 5, to = 6)
]
)
@TypeConverters(value = [KryoConverters::class, GsonConverters::class])

View File

@ -1,4 +1,4 @@
PACKAGE_NAME=moe.nb4a
VERSION_NAME=1.3.9
PRE_VERSION_NAME=pre-1.4.0-20250902-2
PRE_VERSION_NAME=pre-1.4.0-20250903-1
VERSION_CODE=43