Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 58e74e4

Browse files
committed
change version prefix
1 parent c7a2a6a commit 58e74e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232
addGithubPackagesRepository()
3333
kmmbridge {
3434
mavenPublishArtifacts()
35-
timestampVersions()
35+
githubReleaseVersions()
3636
spm()
3737
cocoapods("[email protected]:touchlab/PublicPodspecs.git")
38-
versionPrefix.set("0.7")
38+
versionPrefix.set("0.8")
3939
}

0 commit comments

Comments
 (0)