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