Prepare next development version (#495)
Signed-off-by: Matt Ramotar <mramotar@dropbox.com> Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
This commit is contained in:
parent
f03317503a
commit
461af1a784
2 changed files with 1 additions and 4 deletions
3
.github/workflows/create_swift_package.yml
vendored
3
.github/workflows/create_swift_package.yml
vendored
|
@ -2,9 +2,6 @@ name: Create Swift Package
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ main, store5 ]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
uses: touchlab/KMMBridgeGithubWorkflow/.github/workflows/faktorybuildbranches.yml@v0.6
|
|
@ -8,7 +8,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
|
|||
|
||||
# POM file
|
||||
GROUP = org.mobilenativefoundation.store
|
||||
VERSION_NAME = 5.0.0-alpha03
|
||||
VERSION_NAME = 5.0.0-SNAPSHOT
|
||||
POM_PACKAGING = pom
|
||||
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
|
||||
|
||||
|
|
Loading…
Reference in a new issue