Skip to content

Commit

Permalink
Bump version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmike committed Feb 21, 2018
1 parent 1a8ccc2 commit cbf113f
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 @@ -10,7 +10,7 @@ repositories {
}
dependencies {
compile 'com.github.mrmike:Ok2Curl:0.4.3'
compile 'com.github.mrmike:Ok2Curl:0.4.4'
}
```

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

group='com.github.mrmike'
version='0.4.3'
version='0.4.4'

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

0 comments on commit cbf113f

Please sign in to comment.