Skip to content

Commit

Permalink
Bump version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmike committed Jun 28, 2016
1 parent 556aa60 commit 4fc7ef9
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.2.4'
compile 'com.github.mrmike:ok2curl:0.2.5'
}
```

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.2.4'
version='0.2.5'

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

0 comments on commit 4fc7ef9

Please sign in to comment.