From a47cc190abe17766ed34b4db9d20a4fc00345bfb Mon Sep 17 00:00:00 2001 From: Lavanya Gaur Date: Fri, 9 Aug 2019 14:20:14 +0530 Subject: [PATCH 1/4] chore: version update to 0.2.0 --- offix/build.gradle | 2 +- offix/publish.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/offix/build.gradle b/offix/build.gradle index 6c6f68f..5ad26ec 100644 --- a/offix/build.gradle +++ b/offix/build.gradle @@ -81,7 +81,7 @@ ext { siteUrl = 'https://github.com/aerogear/offix-android' gitUrl = 'https://github.com/aerogear/offix-android.git' - libraryVersion = '0.1.0' + libraryVersion = '0.2.0' developerId = 'Lavanyagaur22' developerName = 'Lavanya Gaur' developerEmail = 'lavanyagaur22@gmail.com' diff --git a/offix/publish.gradle b/offix/publish.gradle index 1abe290..85176f5 100644 --- a/offix/publish.gradle +++ b/offix/publish.gradle @@ -1,7 +1,7 @@ apply plugin: 'maven-publish' apply plugin: 'com.jfrog.bintray' -version '0.1.0' +version '0.2.0' group 'org.aerogear.offix' //Properties properties = new Properties() From cbac6cf1f50e1bff8a478355f61fc40cc78c81ce Mon Sep 17 00:00:00 2001 From: Lavanya gaur <33238323+Lavanyagaur22@users.noreply.github.com> Date: Fri, 9 Aug 2019 14:23:15 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40f8bf7..1efcd13 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ See [offix website](https://android.offix.dev) for usage and more details. - **Gradle**:
- `implementation 'org.aerogear.offix:offix:0.1.0'` + `implementation 'org.aerogear.offix:offix:0.2.0'` - **Maven**:
@@ -33,7 +33,7 @@ See [offix website](https://android.offix.dev) for usage and more details. org.aerogear.offix offix - 0.1.0 + 0.2.0 pom ``` From 128521b78f71f0892ffc78b17be16dc4650d6a70 Mon Sep 17 00:00:00 2001 From: Lavanya gaur <33238323+Lavanyagaur22@users.noreply.github.com> Date: Fri, 9 Aug 2019 14:23:40 +0530 Subject: [PATCH 3/4] Update README.md --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index a8d7324..1af6436 100644 --- a/docs/README.md +++ b/docs/README.md @@ -25,7 +25,7 @@ See [offix website](https://android.offix.dev) for usage and more details. - **Gradle**:
- `implementation 'org.aerogear.offix:offix:0.1.0'` + `implementation 'org.aerogear.offix:offix:0.2.0'` - **Maven**:
@@ -33,7 +33,7 @@ See [offix website](https://android.offix.dev) for usage and more details. org.aerogear.offix offix - 0.1.0 + 0.2.0 pom ``` From fdcadfc62a51ab1c82ab52bc3764801d014b51c8 Mon Sep 17 00:00:00 2001 From: Lavanya gaur <33238323+Lavanyagaur22@users.noreply.github.com> Date: Fri, 9 Aug 2019 14:24:10 +0530 Subject: [PATCH 4/4] Update gettingstarted.md --- docs/gettingstarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gettingstarted.md b/docs/gettingstarted.md index fa65a91..7879e07 100644 --- a/docs/gettingstarted.md +++ b/docs/gettingstarted.md @@ -22,7 +22,7 @@ Add the following dependency in your **module's build.gradle**: - ``` implementation 'org.aerogear.offix:offix:0.1.0' ``` + ``` implementation 'org.aerogear.offix:offix:0.2.0' ``` For **maven**, add the following dependency:
@@ -30,7 +30,7 @@ For **maven**, add the following dependency:
org.aerogear.offix offix - 0.1.0 + 0.2.0 pom ```