Skip to content

Commit

Permalink
Release version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Oct 12, 2015
1 parent a51504e commit 846b756
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ animation once the current section is complete.
Add the following dependency to your gradle build file:

dependencies {
compile 'com.getkeepsafe.android.multistateanimation:library:1.1.0'
compile 'com.getkeepsafe.android.multistateanimation:library:1.1.1'
}

## Usage
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.1.0
VERSION_CODE=2
VERSION_NAME=1.1.1
VERSION_CODE=3
GROUP=com.getkeepsafe.android.multistateanimation

POM_ARTIFACT_ID=MultiStateAnimation
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
defaultConfig {
minSdkVersion 1
targetSdkVersion 22
versionCode 2
versionName '1.1.0'
versionCode 3
versionName '1.1.1'
}

sourceSets {
Expand Down
4 changes: 2 additions & 2 deletions samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
minSdkVersion 1
targetSdkVersion 22
applicationId "com.getkeepsafe.android.multistateanimation.samples"
versionCode 2
versionName "1.1.0"
versionCode 3
versionName "1.1.1"
}

sourceSets {
Expand Down

0 comments on commit 846b756

Please sign in to comment.