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 0220a31 commit 5404ec5Copy full SHA for 5404ec5
build.gradle
@@ -51,7 +51,7 @@ publishing {
51
maven(MavenPublication) {
52
groupId = 'com.bandwidth.sdk'
53
artifactId = 'numbers'
54
- version = '0.1-SNAPSHOT'
+ version = '0.2.0-SNAPSHOT'
55
from components.java
56
}
57
@@ -98,7 +98,7 @@ if (project.hasProperty("signing.keyId")) {
98
// Configure group ID, artifact ID, and version
99
group = "com.bandwidth.sdk"
100
archivesBaseName = "numbers"
101
- version = "0.1-SNAPSHOT"
+ version = "0.2.0-SNAPSHOT"
102
103
// Build, sign, and upload
104
uploadArchives {
0 commit comments