Bump versions to 0.11.0-SNAPSHOT
This commit is contained in:
parent
5991b07385
commit
929147f182
@ -16,7 +16,7 @@ plugins {
|
||||
// and knows whether to publish to a SNAPSHOT repository or not
|
||||
// https://github.com/gradle-nexus/publish-plugin#applying-the-plugin
|
||||
group = "org.bitcoindevkit"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0-SNAPSHOT"
|
||||
|
||||
nexusPublishing {
|
||||
repositories {
|
||||
|
@ -57,7 +57,7 @@ afterEvaluate {
|
||||
create<MavenPublication>("maven") {
|
||||
groupId = "org.bitcoindevkit"
|
||||
artifactId = "bdk-android"
|
||||
version = "0.10.0-SNAPSHOT"
|
||||
version = "0.11.0-SNAPSHOT"
|
||||
|
||||
from(components["release"])
|
||||
pom {
|
||||
|
@ -7,7 +7,7 @@ plugins {
|
||||
// and knows whether to publish to a SNAPSHOT repository or not
|
||||
// https://github.com/gradle-nexus/publish-plugin#applying-the-plugin
|
||||
group = "org.bitcoindevkit"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0-SNAPSHOT"
|
||||
|
||||
nexusPublishing {
|
||||
repositories {
|
||||
|
@ -51,7 +51,7 @@ afterEvaluate {
|
||||
create<MavenPublication>("maven") {
|
||||
groupId = "org.bitcoindevkit"
|
||||
artifactId = "bdk-jvm"
|
||||
version = "0.10.0-SNAPSHOT"
|
||||
version = "0.11.0-SNAPSHOT"
|
||||
|
||||
from(components["java"])
|
||||
pom {
|
||||
|
Loading…
x
Reference in New Issue
Block a user