We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d737eda commit a37bbe7Copy full SHA for a37bbe7
gradle.properties
@@ -2,7 +2,7 @@ kotlin.code.style=official
2
3
GROUP=co.touchlab
4
5
-VERSION_NAME=1.3.2
+VERSION_NAME=1.3.3
6
KOTLIN_VERSION=1.9.20
7
8
kotlin.native.ignoreDisabledTargets=true
sqliter-driver/build.gradle.kts
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.konan.target.HostManager
plugins {
kotlin("multiplatform")
- id("com.vanniktech.maven.publish") version "0.25.3"
+ id("com.vanniktech.maven.publish") version "0.27.0"
}
val GROUP: String by project
0 commit comments