Skip to content

Commit

Permalink
Bump lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmike committed Feb 4, 2017
1 parent 5c48cf4 commit 98dd8f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.3.0'
compile 'com.github.mrmike:Ok2Curl:0.3.1'
}
```

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

group='com.github.mrmike'
version='0.3.0'
version='0.3.1'

targetCompatibility = '1.7'
sourceCompatibility = '1.7'
Expand Down

0 comments on commit 98dd8f4

Please sign in to comment.