diff --git a/CHANGELOG.md b/CHANGELOG.md index ae692fde..00d4f23e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Change Log =============================================================================== -Version 1.4.1 *(2014-03-06)* +Version 1.4.2 *(2014-03-07)* ---------------------------- * LIB: new expand/collapse methods are now available also for `CardCursorAdapter` [(doc)](https://github.com/gabrielemariotti/cardslib/blob/master/doc/EXPAND.md#cardexpand-and-cardlistview) diff --git a/README.md b/README.md index 9d5db2bb..df01003d 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.1' + compile 'com.github.gabrielemariotti.cards:library:1.4.2' } diff --git a/doc/BUILD.md b/doc/BUILD.md index 66d2aa9d..554e0f20 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.1' + compile 'com.github.gabrielemariotti.cards:library:1.4.2' } ## Building locally in Android Studio with Gradle diff --git a/doc/GUIDE.md b/doc/GUIDE.md index beb7f5b2..5b2dc977 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.1' + compile 'com.github.gabrielemariotti.cards:library:1.4.2' } [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 7321193a..0a54fe28 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1.4.2-SNAPSHOT +VERSION_NAME=1.4.3-SNAPSHOT VERSION_CODE=29 GROUP=com.github.gabrielemariotti.cards