Skip to content

Commit

Permalink
Updated lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmike committed Jun 23, 2016
1 parent b9a7102 commit 3a06d16
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.3'
compile 'com.github.mrmike:ok2curl:0.2.4'
}
```

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.3'
version='0.2.4'

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

0 comments on commit 3a06d16

Please sign in to comment.