diff --git a/README.md b/README.md index 6ff9740..67eb786 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ It also supports multiple responses per request, unlike other local server imple Include the following dependencies in your app's build.gradle : ``` -def barricadeVersion = "0.0.1" // Get the latest version from tags +def barricadeVersion = "0.0.3" // Get the latest version from tags dependencies { implementation ("com.mutualmobile:barricade2:$barricadeVersion") implementation ("com.mutualmobile:barricade-annotations:$barricadeVersion") diff --git a/publish-helper.gradle b/publish-helper.gradle index a5d90d6..e12e241 100644 --- a/publish-helper.gradle +++ b/publish-helper.gradle @@ -63,7 +63,7 @@ afterEvaluate { artifact javaSourcesJar groupId 'com.mutualmobile' - version '0.0.2' + version '0.0.3' pom { name = artifactId description = 'Runtime configurable local server for Android apps.'