Bump version to 2.0.0-beta3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad55928..d712ba9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# 2.0.0-beta2
+# 2.0.0-beta3
 #### Features and improvements
 * Ground up rewrite of the rendering engine.
 * Vastly improved the performance of masks and mattes.
diff --git a/LottieSample/build.gradle b/LottieSample/build.gradle
index 7f0334f..3519dac 100644
--- a/LottieSample/build.gradle
+++ b/LottieSample/build.gradle
@@ -8,8 +8,8 @@
         applicationId "com.airbnb.lottie"
         minSdkVersion 16
         targetSdkVersion 25
-        versionCode 8
-        versionName "2.0.0-beta2"
+        versionCode 9
+        versionName "2.0.0-beta3"
         testInstrumentationRunner "com.airbnb.lottie.TestRunner"
     }
     buildTypes {
diff --git a/LottieSample/src/main/res/layout/fragment_animation.xml b/LottieSample/src/main/res/layout/fragment_animation.xml
index aa60602..fee54e9 100644
--- a/LottieSample/src/main/res/layout/fragment_animation.xml
+++ b/LottieSample/src/main/res/layout/fragment_animation.xml
@@ -178,6 +178,6 @@
         android:textColor="@android:color/black"
         android:textSize="8sp"
         android:layout_marginBottom="8dp"
-        android:text="2.0.0-beta2"/>
+        android:text="2.0.0-beta3"/>
 
 </LinearLayout>
\ No newline at end of file
diff --git a/README.md b/README.md
index 435bb44..176a35c 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@
 ### Beta
 ```groovy
 dependencies {  
-  compile 'com.airbnb.android:lottie:2.0.0-beta2'
+  compile 'com.airbnb.android:lottie:2.0.0-beta3'
 }
 ```
 
diff --git a/gradle.properties b/gradle.properties
index 2e77172..ad5eb09 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.0.0-beta2
+VERSION_NAME=2.0.0-beta3
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.