diff --git a/README.md b/README.md index 66cb6d0..19af9ae 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Implementation of Colyseus client using Kotlin ```groovy dependencies { - implementation 'io.github.doorbash:colyseus-kotlin:0.14.0-alpha.15' + implementation 'io.github.doorbash:colyseus-kotlin:0.14.0-alpha.16' } ``` diff --git a/build.gradle b/build.gradle index 13c36e4..863519b 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'com.novoda.bintray-release' apply plugin: 'kotlin' group 'io.github.doorbash' -version '0.14.0-alpha.15' +version '0.14.0-alpha.16' repositories { mavenCentral() @@ -35,7 +35,7 @@ dependencies { publish { def groupProjectID = 'io.github.doorbash' def artifactProjectID = 'colyseus-kotlin' - def publishVersionID = '0.14.0-alpha.15' + def publishVersionID = '0.14.0-alpha.16' userOrg = 'doorbash' repoName = 'io.github.doorbash' groupId = groupProjectID