From 22aa84a9b83d34d80588164f57ca5417226308c8 Mon Sep 17 00:00:00 2001 From: Shubham Singh Date: Sun, 26 Jun 2022 17:22:21 +0530 Subject: [PATCH] Updated library version to v0.0.3 --- README.md | 2 +- publish-helper.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.'