We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4de55 commit d633793Copy full SHA for d633793
build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
12
val currentOs = org.gradle.internal.os.OperatingSystem.current()
13
14
group = "fr.acinq.bitcoin"
15
-version = "0.20.0"
+version = "0.21.0-SNAPSHOT"
16
17
repositories {
18
google()
publishing/bitcoin-kmp-staging-upload.sh
@@ -21,7 +21,9 @@ for i in bitcoin-kmp \
21
bitcoin-kmp-iossimulatorarm64 \
22
bitcoin-kmp-iosx64 \
23
bitcoin-kmp-jvm \
24
- bitcoin-kmp-linuxx64
+ bitcoin-kmp-linuxx64 \
25
+ bitcoin-kmp-macosarm64 \
26
+ bitcoin-kmp-macosx64
27
do
28
pushd .
29
cd release/fr/acinq/bitcoin/$i/$VERSION &&\
0 commit comments