From 698abd2513a566ba83917839a5014db0fc937aae Mon Sep 17 00:00:00 2001 From: William Mora Date: Thu, 18 Dec 2014 00:54:31 -0300 Subject: [PATCH] 2.6.0 --- README.md | 2 +- lib/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13a4b4c..693b19c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Works on API levels >= 8 You can import the library from source as a module or grab via Gradle:
```groovy - compile 'com.nispok:snackbar:2.5.5' + compile 'com.nispok:snackbar:2.6.0' ``` ## Usage
diff --git a/lib/gradle.properties b/lib/gradle.properties index 4a636f2..3de5a6e 100644 --- a/lib/gradle.properties +++ b/lib/gradle.properties @@ -2,7 +2,7 @@ POM_NAME=Snackbar POM_ARTIFACT_ID=snackbar POM_PACKAGING=aar GROUP=com.nispok -VERSION_NAME=2.5.5 +VERSION_NAME=2.6.0 POM_DESCRIPTION=Snackbar Android library POM_URL=https://github.com/nispok/snackbar