Skip to content

Commit b4565cc

Browse files
committed
Raise minimum veresion
1 parent 87230f3 commit b4565cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/commonMain/kotlin/com/powersync/db/internal/PowerSyncVersion.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ internal data class PowerSyncVersion(val major: Int, val minor: Int, val patch:
1616
}
1717

1818
companion object {
19-
val MINIMUM: PowerSyncVersion = PowerSyncVersion(0, 3, 13)
19+
val MINIMUM: PowerSyncVersion = PowerSyncVersion(0, 3, 14)
2020

2121
fun parse(from: String): PowerSyncVersion {
2222
val versionInts: List<Int> =

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kotlinx-datetime = "0.6.2"
1717
kotlinx-io = "0.5.4"
1818
ktor = "3.0.1"
1919
uuid = "0.8.2"
20-
powersync-core = "0.3.13"
20+
powersync-core = "0.3.14"
2121
sqlite-jdbc = "3.49.1.0"
2222
sqliter = "1.3.1"
2323
turbine = "1.2.0"

0 commit comments

Comments
 (0)