diff --git a/README.md b/README.md index 82aa945..778c448 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ repositories { } dependencies{ - compile 'com.nvanbenschoten.motion:library:1.1.1' + compile 'com.nvanbenschoten.motion:library:1.1.2' } ``` **Or**: @@ -46,7 +46,7 @@ Add the following to your `pom.xml`: com.nvanbenschoten.motion library - 1.1.1 + 1.1.2 aar ``` @@ -113,4 +113,4 @@ License limitations under the License. [1]: https://github.com/nvanbenschoten/motion/releases - [2]: https://github.com/nvanbenschoten/motion/releases/download/v1.1.1/com.nvanbenschoten.motion-1.1.1.jar + [2]: https://github.com/nvanbenschoten/motion/releases/download/v1.1.2/com.nvanbenschoten.motion-1.1.2.jar diff --git a/gradle.properties b/gradle.properties index 9938bf4..842fc4b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ # suppress inspection "UnusedProperty" for whole file VERSION_NAME=1.1.2 -VERSION_CODE=55 +VERSION_CODE=56 GROUP=com.nvanbenschoten.motion POM_DESCRIPTION=An Android library allowing images to exhibit a parallax effect