Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
XDex committed Apr 6, 2018
1 parent c3b13e8 commit d8ae875
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/modules/SocketclusterClientJava.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules/SocketclusterClientJava_main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules/SocketclusterClientJava_test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ allprojects {
...
dependencies {
implementation 'com.github.XDex:socketcluster-client-java:2.0.2'
implementation 'com.github.XDex:socketcluster-client-java:2.0.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allprojects {
}

group = 'com.github.XDex'
version = '2.0.2'
version = '2.0.3'

allprojects {
repositories {
Expand Down

0 comments on commit d8ae875

Please sign in to comment.