Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmike committed Feb 5, 2016
1 parent eb7d26e commit 67cb411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ dependencies {
// snapshot version
compile 'com.github.mrmike:ok2curl:master-SNAPSHOT'
// or use specific version
compile 'com.github.mrmike:ok2curl:0.2.1'
compile 'com.github.mrmike:ok2curl:0.2.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion ok2curl/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'maven'

group='com.github.mrmike'
version='0.2.1'
version='0.2.2'

dependencies {
compile 'com.squareup.okhttp3:okhttp:3.0.0'
Expand Down

0 comments on commit 67cb411

Please sign in to comment.