Skip to content

Commit

Permalink
Release version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kazyx committed Jan 15, 2016
1 parent 669df94 commit a4bf72d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
}
dependencies {
compile 'net.kazyx:wirespider:1.2.0'
compile 'net.kazyx:wirespider:1.2.1'
}
```

Expand Down Expand Up @@ -102,7 +102,7 @@ or write Gradle dependency as follows.

```groovy
dependencies {
compile 'net.kazyx:wirespider-wss:1.2.0'
compile 'net.kazyx:wirespider-wss:1.2.1'
}
```

Expand Down Expand Up @@ -135,7 +135,7 @@ or write Gradle dependency as follows.

```groovy
dependencies {
compile 'net.kazyx:wirespider-permessage-deflate:1.2.0'
compile 'net.kazyx:wirespider-permessage-deflate:1.2.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion wirespider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subprojects {
apply plugin: 'com.jfrog.bintray'

group = 'net.kazyx'
version = '1.2.1-SNAPSHOT'
version = '1.2.1'

repositories {
jcenter()
Expand Down

0 comments on commit a4bf72d

Please sign in to comment.