Bump Lottie to 1.0.3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b49106..8009231 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 1.0.3
+* Make `LottieDrawable` public again.
+* Apply trim paths to shape fills.
+* Expose reverseAnimation in addition to playAnimation.
+
 # 1.0.2
 * Added support for split dimension positions.
 * Fixed a crash with decimal opacity values.
diff --git a/LottieSample/build.gradle b/LottieSample/build.gradle
index 3193836..74ac10f 100644
--- a/LottieSample/build.gradle
+++ b/LottieSample/build.gradle
@@ -9,7 +9,7 @@
         minSdkVersion 16
         targetSdkVersion 25
         versionCode 3
-        versionName "1.0.2"
+        versionName "1.0.3"
     }
     buildTypes {
         release {
diff --git a/README.md b/README.md
index 7d348d6..2855438 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@
 
 ```groovy
 dependencies {  
-  compile 'com.airbnb.android:lottie:1.0.1'
+  compile 'com.airbnb.android:lottie:1.0.3'
 }
 ```
 
diff --git a/gradle.properties b/gradle.properties
index f7518c1..84615bf 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=1.0.2
+VERSION_NAME=1.0.3
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.