Skip to content

Commit

Permalink
Post release cleanup (#138)
Browse files Browse the repository at this point in the history
* Update release publishing script

* Set version to 0.21.0-SNAPSHOT
  • Loading branch information
sstone authored Sep 9, 2024
1 parent 1e4de55 commit d633793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
val currentOs = org.gradle.internal.os.OperatingSystem.current()

group = "fr.acinq.bitcoin"
version = "0.20.0"
version = "0.21.0-SNAPSHOT"

repositories {
google()
Expand Down
4 changes: 3 additions & 1 deletion publishing/bitcoin-kmp-staging-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ for i in bitcoin-kmp \
bitcoin-kmp-iossimulatorarm64 \
bitcoin-kmp-iosx64 \
bitcoin-kmp-jvm \
bitcoin-kmp-linuxx64
bitcoin-kmp-linuxx64 \
bitcoin-kmp-macosarm64 \
bitcoin-kmp-macosx64
do
pushd .
cd release/fr/acinq/bitcoin/$i/$VERSION &&\
Expand Down

0 comments on commit d633793

Please sign in to comment.