Skip to content

Commit

Permalink
#Fixed #104
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielemariotti committed Mar 7, 2014
1 parent ebf757d commit ab1a49c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}


Expand Down
2 changes: 1 addition & 1 deletion doc/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.4.2-SNAPSHOT
VERSION_NAME=1.4.3-SNAPSHOT
VERSION_CODE=29
GROUP=com.github.gabrielemariotti.cards

Expand Down

0 comments on commit ab1a49c

Please sign in to comment.