Skip to content

Commit cbfdc1a

Browse files
committed
Bump version to 0.17.0
1 parent 076d40d commit cbfdc1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Core/Sources/ServiceUpdateMigration/ServiceUpdateMigrator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public struct ServiceUpdateMigrator {
2929
try migrateFromLowerThanOrEqualToVersion135()
3030
}
3131

32-
if old <= 170 {
32+
if old < 170 {
3333
try migrateFromLowerThanOrEqualToVersion170()
3434
}
3535
}

Version.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
APP_VERSION = 0.16.1
2-
APP_BUILD = 161
1+
APP_VERSION = 0.17.0
2+
APP_BUILD = 170

0 commit comments

Comments
 (0)