Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmike committed Jan 14, 2016
1 parent c80e6f1 commit 3331a34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ repositories {
}
dependencies {
compile 'com.github.mrmike:Ok2Curl:0.1.0'
compile 'com.github.mrmike:Ok2Curl:0.1.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions ok2curl/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.mrmike'
version='0.1.0'
version='0.1.1'

android {
compileSdkVersion 23
Expand All @@ -12,7 +12,7 @@ android {
minSdkVersion 14
targetSdkVersion 23
versionCode 4
versionName "0.1.0"
versionName "0.1.1"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Expand Up @@ -27,14 +27,14 @@ dependencies {
compile project(':ok2curl')

/**
* compile 'com.github.mrmike:Ok2Curl:0.1.0'
* compile 'com.github.mrmike:Ok2Curl:0.1.1'
*/

/**
* Ok2Curl is packed with the latest version of OkHttp. If you already have OkHttp declared in
* your dependencies or want to use different version simply add exclude module.
*
* compile ('com.github.mrmike:Ok2Curl:0.1.0') {
* compile ('com.github.mrmike:Ok2Curl:0.1.1') {
* exclude module: 'okhttp'
* }
*/
Expand Down

0 comments on commit 3331a34

Please sign in to comment.