v2.6.0-beta13
diff --git a/LottieSample/build.gradle b/LottieSample/build.gradle
index 62593c1..92d0f0e 100644
--- a/LottieSample/build.gradle
+++ b/LottieSample/build.gradle
@@ -12,8 +12,8 @@
     applicationId "com.airbnb.lottie"
     minSdkVersion 16
     targetSdkVersion 27
-    versionCode 53
-    versionName "2.6.0-beta12"
+    versionCode 54
+    versionName "2.6.0-beta13"
     multiDexEnabled true
     testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
     vectorDrawables.useSupportLibrary = true
diff --git a/gradle.properties b/gradle.properties
index a62353b..0995bef 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-beta12
+VERSION_NAME=2.6.0-beta13
 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 df73445..b4822ab 100644
--- a/lottie/build.gradle
+++ b/lottie/build.gradle
@@ -9,7 +9,7 @@
     minSdkVersion 16
     targetSdkVersion 27
     versionCode 100
-    versionName "2.6.0-beta12"
+    versionName "2.6.0-beta13"
   }
   lintOptions {
     abortOnError true