Release 5.0.0-alpha03 (#494)
Signed-off-by: Matt Ramotar <mramotar@dropbox.com> Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
This commit is contained in:
parent
4689ca59c7
commit
17d81939a8
3 changed files with 6 additions and 1 deletions
3
.github/workflows/create_swift_package.yml
vendored
3
.github/workflows/create_swift_package.yml
vendored
|
@ -2,6 +2,9 @@ name: Create Swift Package
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ main, store5 ]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
uses: touchlab/KMMBridgeGithubWorkflow/.github/workflows/faktorybuildbranches.yml@v0.6
|
|
@ -237,6 +237,8 @@ This is a first alpha release of Store ported to RxJava 2.
|
|||
|
||||
[Unreleased]: https://github.com/MobileNativeFoundation/Store/compare/v4.0.5...HEAD
|
||||
|
||||
[5.0.0-alpha03]: https://github.com/MobileNativeFoundation/Store/releases/tag/5.0.0-alpha03
|
||||
|
||||
[5.0.0-alpha02]: https://github.com/MobileNativeFoundation/Store/releases/tag/5.0.0-alpha02
|
||||
|
||||
[5.0.0-alpha1]: https://github.com/MobileNativeFoundation/Store/releases/tag/5.0.0-alpha1
|
||||
|
|
|
@ -8,7 +8,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
|
|||
|
||||
# POM file
|
||||
GROUP = org.mobilenativefoundation.store
|
||||
VERSION_NAME = 5.0.0-SNAPSHOT
|
||||
VERSION_NAME = 5.0.0-alpha03
|
||||
POM_PACKAGING = pom
|
||||
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
|
||||
|
||||
|
|
Loading…
Reference in a new issue