Skip to content

Commit

Permalink
Prepare next development version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Jul 18, 2024
1 parent 951071b commit 234f23f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '*.*.*'

jobs:
# Use macOS so iOS artifacts are published
publish-release:
name: Publish Release
runs-on: macos-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main

jobs:
# Use macOS so iOS artifacts are published
publish-snapshot:
name: Publish Snapshot
runs-on: macos-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ object Config {
}

object Versions {
val core = "2.6.0-alpha02"
val multiplatfrom = "2.6.0-alpha02"
val core = "2.6.0-SNAPSHOT"
val multiplatfrom = "2.6.0-SNAPSHOT"
}

object Android {
Expand Down

0 comments on commit 234f23f

Please sign in to comment.