diff --git a/README.md b/README.md
index f61c2a7..9ed7fce 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.6.0'
+ compile 'com.nispok:snackbar:2.6.1'
```
## Usage
diff --git a/lib/gradle.properties b/lib/gradle.properties
index 3de5a6e..c451406 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.6.0
+VERSION_NAME=2.6.1
POM_DESCRIPTION=Snackbar Android library
POM_URL=https://github.com/nispok/snackbar