diff --git a/README.md b/README.md index 50b29f03..9d5db2bb 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The Guide provides a extensive doc, with all tips and full examples. Don't miss Card Library is pushed to Maven Central as an AAR, so you just need to add the following dependency to your `build.gradle`. dependencies { - compile 'com.github.gabrielemariotti.cards:library:1.4.0' + compile 'com.github.gabrielemariotti.cards:library:1.4.1' } diff --git a/doc/BUILD.md b/doc/BUILD.md index 86d2ee0a..66d2aa9d 100644 --- a/doc/BUILD.md +++ b/doc/BUILD.md @@ -16,7 +16,7 @@ In this page you can find info about: Card Library is pushed to Maven Central as a AAR, so you just need to add the following dependency to your `build.gradle`. dependencies { - compile 'com.github.gabrielemariotti.cards:library:1.4.0' + compile 'com.github.gabrielemariotti.cards:library:1.4.1' } ## Building locally in Android Studio with Gradle diff --git a/doc/GUIDE.md b/doc/GUIDE.md index d69fc50c..beb7f5b2 100644 --- a/doc/GUIDE.md +++ b/doc/GUIDE.md @@ -13,7 +13,7 @@ In this page you can find info about: Card Library is pushed to Maven Central as an AAR, so you just need to add the following dependency to your `build.gradle`. dependencies { - compile 'com.github.gabrielemariotti.cards:library:1.4.0' + compile 'com.github.gabrielemariotti.cards:library:1.4.1' } [To build the library and demo locally you can see this page for more info](https://github.com/gabrielemariotti/cardslib/tree/master/doc/BUILD.md). diff --git a/gradle.properties b/gradle.properties index 474f8dc9..7321193a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1.4.1-SNAPSHOT +VERSION_NAME=1.4.2-SNAPSHOT VERSION_CODE=29 GROUP=com.github.gabrielemariotti.cards