From 28328547399033da94f1d47991b77fad8f1dfdf0 Mon Sep 17 00:00:00 2001 From: Elly Kitoto Date: Fri, 3 Sep 2021 22:10:36 +0300 Subject: [PATCH] Bump up version to v3.0.2 Signed-off-by: Elly Kitoto --- README.MD | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index b245fe9..77f3f1f 100644 --- a/README.MD +++ b/README.MD @@ -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.1-SNAPSHOT-fat.jar --configs-file app.properties --help +java -jar opensrp-data-import-3.0.2-SNAPSHOT-fat.jar --configs-file app.properties --help ``` diff --git a/build.gradle.kts b/build.gradle.kts index 80e87a0..74fe98f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "org.smartregister" -version = "3.0.1-SNAPSHOT" +version = "3.0.2-SNAPSHOT" repositories { mavenCentral()