Skip to content

Commit f5952b8

Browse files
committed
Prepare for release 5.0.0-alpha03
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
1 parent 4689ca5 commit f5952b8

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/create_swift_package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Create Swift Package
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches: [ main, store5 ]
7+
58
jobs:
69
publish:
710
uses: touchlab/KMMBridgeGithubWorkflow/.github/workflows/faktorybuildbranches.yml@v0.6

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
88

99
# POM file
1010
GROUP = org.mobilenativefoundation.store
11-
VERSION_NAME = 5.0.0-SNAPSHOT
11+
VERSION_NAME = 5.0.0-alpha03
1212
POM_PACKAGING = pom
1313
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
1414

0 commit comments

Comments
 (0)