Bump versions to 0.11.0-SNAPSHOT

This commit is contained in:
thunderbiscuit 2022-10-27 11:57:45 -04:00
parent 5991b07385
commit 929147f182
No known key found for this signature in database
GPG Key ID: 88253696EB836462
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ plugins {
// and knows whether to publish to a SNAPSHOT repository or not // and knows whether to publish to a SNAPSHOT repository or not
// https://github.com/gradle-nexus/publish-plugin#applying-the-plugin // https://github.com/gradle-nexus/publish-plugin#applying-the-plugin
group = "org.bitcoindevkit" group = "org.bitcoindevkit"
version = "0.10.0" version = "0.11.0-SNAPSHOT"
nexusPublishing { nexusPublishing {
repositories { repositories {

View File

@ -57,7 +57,7 @@ afterEvaluate {
create<MavenPublication>("maven") { create<MavenPublication>("maven") {
groupId = "org.bitcoindevkit" groupId = "org.bitcoindevkit"
artifactId = "bdk-android" artifactId = "bdk-android"
version = "0.10.0-SNAPSHOT" version = "0.11.0-SNAPSHOT"
from(components["release"]) from(components["release"])
pom { pom {

View File

@ -7,7 +7,7 @@ plugins {
// and knows whether to publish to a SNAPSHOT repository or not // and knows whether to publish to a SNAPSHOT repository or not
// https://github.com/gradle-nexus/publish-plugin#applying-the-plugin // https://github.com/gradle-nexus/publish-plugin#applying-the-plugin
group = "org.bitcoindevkit" group = "org.bitcoindevkit"
version = "0.10.0" version = "0.11.0-SNAPSHOT"
nexusPublishing { nexusPublishing {
repositories { repositories {

View File

@ -51,7 +51,7 @@ afterEvaluate {
create<MavenPublication>("maven") { create<MavenPublication>("maven") {
groupId = "org.bitcoindevkit" groupId = "org.bitcoindevkit"
artifactId = "bdk-jvm" artifactId = "bdk-jvm"
version = "0.10.0-SNAPSHOT" version = "0.11.0-SNAPSHOT"
from(components["java"]) from(components["java"])
pom { pom {