Skip to content

Commit 885b904

Browse files
authored
Merge pull request #21 from Bandwidth/0.1.0-deploy
Deployed 0.1.0
2 parents 0220a31 + 5404ec5 commit 885b904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ publishing {
5151
maven(MavenPublication) {
5252
groupId = 'com.bandwidth.sdk'
5353
artifactId = 'numbers'
54-
version = '0.1-SNAPSHOT'
54+
version = '0.2.0-SNAPSHOT'
5555
from components.java
5656
}
5757
}
@@ -98,7 +98,7 @@ if (project.hasProperty("signing.keyId")) {
9898
// Configure group ID, artifact ID, and version
9999
group = "com.bandwidth.sdk"
100100
archivesBaseName = "numbers"
101-
version = "0.1-SNAPSHOT"
101+
version = "0.2.0-SNAPSHOT"
102102

103103
// Build, sign, and upload
104104
uploadArchives {

0 commit comments

Comments
 (0)