Skip to content

Commit

Permalink
0.14.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
doorbash committed Oct 6, 2020
1 parent b3b8253 commit 50a77bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Implementation of Colyseus client using Kotlin

```groovy
dependencies {
implementation 'io.github.doorbash:colyseus-kotlin:0.14.0-alpha.6'
implementation 'io.github.doorbash:colyseus-kotlin:0.14.0-alpha.7'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'com.novoda.bintray-release'
apply plugin: 'kotlin'

group 'io.github.doorbash'
version '0.14.0-alpha.6'
version '0.14.0-alpha.7'

repositories {
mavenCentral()
Expand All @@ -38,7 +38,7 @@ dependencies {
publish {
def groupProjectID = 'io.github.doorbash'
def artifactProjectID = 'colyseus-kotlin'
def publishVersionID = '0.14.0-alpha.6'
def publishVersionID = '0.14.0-alpha.7'
userOrg = 'doorbash'
repoName = 'io.github.doorbash'
groupId = groupProjectID
Expand Down

0 comments on commit 50a77bc

Please sign in to comment.