Skip to content

Commit

Permalink
Version 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Apr 11, 2024
1 parent 851f955 commit 3c419f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion allshared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ kotlin {
}

kmmbridge {
gitHubReleaseArtifacts()
gitHubReleaseArtifacts(
useExistingRelease = true
)
spm()
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ kotlin.code.style=official
android.useAndroidX=true
org.gradle.jvmargs=-Xmx4g

LIBRARY_VERSION=0.1.6
LIBRARY_VERSION=0.1.7
GROUP=co.touchlab-lab.releasetest

0 comments on commit 3c419f9

Please sign in to comment.