v2.6.1
diff --git a/LottieSample/build.gradle b/LottieSample/build.gradle
index 2b09c59..4d1f534 100644
--- a/LottieSample/build.gradle
+++ b/LottieSample/build.gradle
@@ -12,8 +12,8 @@
     applicationId "com.airbnb.lottie"
     minSdkVersion 16
     targetSdkVersion 27
-    versionCode 64
-    versionName "2.6.0"
+    versionCode 65
+    versionName "2.6.1"
     multiDexEnabled true
     testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
     vectorDrawables.useSupportLibrary = true
diff --git a/gradle.properties b/gradle.properties
index 89a810e..4e1909c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@
 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
 # org.gradle.parallel=true
 
-VERSION_NAME=2.6.0
+VERSION_NAME=2.6.1
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.
diff --git a/lottie/build.gradle b/lottie/build.gradle
index 2228862..2dbd705 100644
--- a/lottie/build.gradle
+++ b/lottie/build.gradle
@@ -9,7 +9,7 @@
     minSdkVersion 16
     targetSdkVersion 27
     versionCode 100
-    versionName "2.6.0"
+    versionName "2.6.1"
   }
   lintOptions {
     abortOnError true