Skip to content

Commit d633793

Browse files
authored
Post release cleanup (#138)
* Update release publishing script * Set version to 0.21.0-SNAPSHOT
1 parent 1e4de55 commit d633793

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
val currentOs = org.gradle.internal.os.OperatingSystem.current()
1313

1414
group = "fr.acinq.bitcoin"
15-
version = "0.20.0"
15+
version = "0.21.0-SNAPSHOT"
1616

1717
repositories {
1818
google()

publishing/bitcoin-kmp-staging-upload.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ for i in bitcoin-kmp \
2121
bitcoin-kmp-iossimulatorarm64 \
2222
bitcoin-kmp-iosx64 \
2323
bitcoin-kmp-jvm \
24-
bitcoin-kmp-linuxx64
24+
bitcoin-kmp-linuxx64 \
25+
bitcoin-kmp-macosarm64 \
26+
bitcoin-kmp-macosx64
2527
do
2628
pushd .
2729
cd release/fr/acinq/bitcoin/$i/$VERSION &&\

0 commit comments

Comments
 (0)