diff --git a/README.md b/README.md index bc0c29a..616e936 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ A Java 8 implementation of the [Binance API Specification](https://github.com/bi com.sigmaflare binancej - 1.0.3 + 1.0.4 ``` ### Gradle -`compile group: 'com.sigmaflare', name: 'binancej', version: '1.0.2'` +`compile group: 'com.sigmaflare', name: 'binancej', version: '1.0.4'` ## Licensing diff --git a/build.gradle b/build.gradle index 2cf43ce..bb50f7c 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { group = "com.sigmaflare" archivesBaseName = "binancej" -version = '1.0.3-SNAPSHOT' +version = '1.0.4-SNAPSHOT' ext.isReleaseVersion = !version.endsWith("SNAPSHOT") // Add default values for OSSRH @@ -80,10 +80,10 @@ uploadArchives { packaging 'jar' // optionally artifactId can be defined here description 'A java implementation of the Binance API Specification' - url 'https://github.com/angrygoats/binancej' + url 'https://git.xchg.sh/angrygoats/binancej' scm { - url 'https://github.com/angrygoats/binancej' + url 'https://git.xchg.sh/angrygoats/binancej' } licenses {