Skip to content

Commit 912de10

Browse files
committed
fix
1 parent 835fcca commit 912de10

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/src/main/java/io/nekohasekai/sagernet/database/SagerDatabase.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ import kotlinx.coroutines.launch
1919
version = 6,
2020
autoMigrations = [
2121
AutoMigration(from = 3, to = 4),
22-
AutoMigration(from = 4, to = 5)
22+
AutoMigration(from = 4, to = 5),
23+
AutoMigration(from = 5, to = 6)
2324
]
2425
)
2526
@TypeConverters(value = [KryoConverters::class, GsonConverters::class])

nb4a.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PACKAGE_NAME=moe.nb4a
22
VERSION_NAME=1.3.9
3-
PRE_VERSION_NAME=pre-1.4.0-20250902-2
3+
PRE_VERSION_NAME=pre-1.4.0-20250903-1
44
VERSION_CODE=43

0 commit comments

Comments
 (0)