Skip to content

Commit

Permalink
Version 1.0.9 M1 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Aug 26, 2021
1 parent 99e7047 commit c482afa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kotlin.code.style=official

GROUP=co.touchlab
VERSION_NAME=1.0.8
VERSION_NAME=1.0.9
KOTLIN_VERSION=1.5.30

kotlin.native.ignoreDisabledTargets=true
Expand Down
4 changes: 4 additions & 0 deletions sqliter-driver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ kotlin {
watchosX64(),
tvosArm64(),
tvosX64(),
macosArm64(),
iosSimulatorArm64(),
watchosSimulatorArm64(),
tvosSimulatorArm64(),
mingwX64("mingw"),
linuxX64()
)
Expand Down

0 comments on commit c482afa

Please sign in to comment.