diff --git a/README.md b/README.md index ed879762..b3ef8ebc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ repositories { } dependencies { - compile 'com.devbrackets.android:exomedia:4.0.2' + compile 'com.devbrackets.android:exomedia:4.0.3' } ``` diff --git a/library/build.gradle b/library/build.gradle index 7073891c..8c4c48ae 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'com.novoda.bintray-release' def versionMajor = 4 def versionMinor = 0 -def versionPatch = 2 +def versionPatch = 3 def libraryGroupId = 'com.devbrackets.android' def libraryBaseName = 'exomedia'