diff --git a/README.md b/README.md index 1015f82..78645e5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Easily reference the library in your Android projects using this dependency in y ```java dependencies { - compile 'com.thefinestartist:finestwebview:1.0.2' + compile 'com.thefinestartist:finestwebview:1.0.3' } ``` diff --git a/library/build.gradle b/library/build.gradle index fbc172c..7898b14 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -13,8 +13,8 @@ android { defaultConfig { minSdkVersion 7 targetSdkVersion 23 - versionCode 3 - versionName "1.0.2" + versionCode 1 + versionName "1.0.3" } } @@ -30,7 +30,7 @@ publish { userOrg = 'thefinestartist' groupId = 'com.thefinestartist' artifactId = 'finestwebview' - publishVersion = '1.0.2' + publishVersion = '1.0.3' desc = 'Beautiful and customizable Android Activity that shows web pages within an app.' website = 'https://github.com/TheFinestArtist/FinestWebView-Android' } \ No newline at end of file