diff --git a/README.md b/README.md index 02b8e4e..2984819 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Usage Add it to your project using Gradle: ```groovy -compile 'com.jmedeisis:windowview:0.1.0' +compile 'com.jmedeisis:windowview:0.1.1' ``` Use in place of an `ImageView`. Example XML layout file: diff --git a/library/build.gradle b/library/build.gradle index 78f0832..a69ab02 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 9 targetSdkVersion 23 - versionCode 1 - versionName "0.1.0" + versionCode 2 + versionName "0.1.1" } buildTypes { release { @@ -38,7 +38,7 @@ publish { userOrg = 'justasm' groupId = 'com.jmedeisis' artifactId = 'windowview' - version = "0.1.0" + version = "0.1.1" licences = ['MIT'] description = "An Android ImageView you pan by tilting your device." website = 'https://github.com/justasm/WindowView'