Skip to content

Commit a37bbe7

Browse files
committed
Update Version
1 parent d737eda commit a37bbe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kotlin.code.style=official
22

33
GROUP=co.touchlab
44

5-
VERSION_NAME=1.3.2
5+
VERSION_NAME=1.3.3
66
KOTLIN_VERSION=1.9.20
77

88
kotlin.native.ignoreDisabledTargets=true

sqliter-driver/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.konan.target.HostManager
22

33
plugins {
44
kotlin("multiplatform")
5-
id("com.vanniktech.maven.publish") version "0.25.3"
5+
id("com.vanniktech.maven.publish") version "0.27.0"
66
}
77

88
val GROUP: String by project

0 commit comments

Comments
 (0)