Skip to content

Commit

Permalink
Bump up version to v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ellykits committed Sep 4, 2021
1 parent 1f56cd4 commit d20f3e4
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 @@ -68,7 +68,7 @@ For example run the following command to list available options (`app.properties

```shell script

java -jar opensrp-data-import-3.0.3-SNAPSHOT-fat.jar --configs-file app.properties --help
java -jar opensrp-data-import-3.0.4-SNAPSHOT-fat.jar --configs-file app.properties --help

```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "org.smartregister"
version = "3.0.3-SNAPSHOT"
version = "3.0.4-SNAPSHOT"

repositories {
mavenCentral()
Expand Down

0 comments on commit d20f3e4

Please sign in to comment.