Skip to content

Commit 3461804

Browse files
authored
chore: bump version
1 parent b877473 commit 3461804

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ uploadArchives {
4141
authentication(userName: '', password: '')
4242
}
4343

44-
// snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
44+
// snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
4545
// authentication(userName: ossrhUsername, password: ossrhPassword)
4646
// }
4747

4848
pom.project {
4949
groupId = 'org.arkecosystem'
50-
version = '0.1.0'
50+
version = '0.1.1'
5151
artifactId = 'arkecosystem-client'
5252

5353
name = 'java-client'
@@ -80,7 +80,7 @@ uploadArchives {
8080
scm {
8181
connection = 'scm:git:git://github.com/ArkEcosystem/java-client.git'
8282
developerConnection = 'scm:git:ssh://github.com:ArkEcosystem/java-client.git'
83-
url = 'https://github.com/ArkEcosystem/java-client/tree/0.1.0'
83+
url = 'https://github.com/ArkEcosystem/java-client/tree/0.1.1'
8484
}
8585
}
8686
}

0 commit comments

Comments
 (0)