Skip to content

Commit

Permalink
Updated library version to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamsinghmutualmobile committed Jun 26, 2022
1 parent 1cb6954 commit 22aa84a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion publish-helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down

0 comments on commit 22aa84a

Please sign in to comment.