File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: Create Swift Package
22
33on :
44 workflow_dispatch :
5+ push :
6+ branches : [ main, store5 ]
7+
58jobs :
69 publish :
710 uses : touchlab/KMMBridgeGithubWorkflow/.github/workflows/faktorybuildbranches.yml@v0.6
Original file line number Diff line number Diff line change @@ -237,6 +237,8 @@ This is a first alpha release of Store ported to RxJava 2.
237237
238238[ Unreleased ] : https://github.com/MobileNativeFoundation/Store/compare/v4.0.5...HEAD
239239
240+ [ 5.0.0-alpha03 ] : https://github.com/MobileNativeFoundation/Store/releases/tag/5.0.0-alpha03
241+
240242[ 5.0.0-alpha02 ] : https://github.com/MobileNativeFoundation/Store/releases/tag/5.0.0-alpha02
241243
242244[ 5.0.0-alpha1 ] : https://github.com/MobileNativeFoundation/Store/releases/tag/5.0.0-alpha1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
88
99# POM file
1010GROUP = org.mobilenativefoundation.store
11- VERSION_NAME = 5.0.0-SNAPSHOT
11+ VERSION_NAME = 5.0.0-alpha03
1212POM_PACKAGING = pom
1313POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
1414
You can’t perform that action at this time.
0 commit comments