v2.5.0-beta3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0225315..7a14bb1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 2.5.0-beta3
+* Cleaned up some of the LottieComposition APIs.
+* Fixed some setFrame/getFrame calculations.
+* Fixed a regressions with unknown masks modes.
+
 # 2.5.0-beta2
 ### Features and Improvements
 * Completely overhauled json deserialization. Deserializing a composition takes half as long and 
diff --git a/LottieSample/build.gradle b/LottieSample/build.gradle
index 89c7fa4..574af9c 100644
--- a/LottieSample/build.gradle
+++ b/LottieSample/build.gradle
@@ -9,8 +9,8 @@
     applicationId "com.airbnb.lottie"
     minSdkVersion 16
     targetSdkVersion 27
-    versionCode 30
-    versionName "2.5.0-beta2"
+    versionCode 31
+    versionName "2.5.0-beta3"
     testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
     vectorDrawables.useSupportLibrary = true
     buildConfigField("String", "S3AccessKey", "\"" + System.getenv("LOTTIE_S3_API_KEY") + "\"")
diff --git a/README.md b/README.md
index f991447..2cafdd6 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,6 @@
 
 ```groovy
 dependencies {
-  compile 'com.airbnb.android:lottie:2.5.0-beta2'
+  compile 'com.airbnb.android:lottie:2.5.0-beta3'
 }
 ```
diff --git a/gradle.properties b/gradle.properties
index ecf75da..3781e2b 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.5.0-beta2
+VERSION_NAME=2.5.0-beta3
 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 7537c15..d1e5b9f 100644
--- a/lottie/build.gradle
+++ b/lottie/build.gradle
@@ -10,7 +10,7 @@
     minSdkVersion 14
     targetSdkVersion 27
     versionCode 100
-    versionName "2.5.0-beta2"
+    versionName "2.5.0-beta3"
   }
   lintOptions {
     abortOnError true