Skip to content

Commit 868acc8

Browse files
committed
Merge branch 'kpg/expose_dbptr'
2 parents 14b7bf8 + 86e2b62 commit 868acc8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

gradle.properties

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

33
GROUP=co.touchlab
4-
VERSION_NAME=1.0.1
4+
VERSION_NAME=1.0.2
55

66
kotlin.native.ignoreDisabledTargets=true
77

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip

sqliter-driver/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("multiplatform") version "1.4.21"
2+
kotlin("multiplatform") version "1.5.0"
33
}
44

55
val GROUP: String by project
@@ -26,6 +26,7 @@ kotlin {
2626
watchosArm32(),
2727
watchosArm64(),
2828
watchosX86(),
29+
watchosX64(),
2930
tvosArm64(),
3031
tvosX64(),
3132
mingwX64("mingw") {

0 commit comments

Comments
 (0)