Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #105 from aerogear/versionUpdate
Browse files Browse the repository at this point in the history
chore: Version update to 0.2.0
  • Loading branch information
harshithdwivedi authored Aug 9, 2019
2 parents 283b4bf + fdcadfc commit 2b2be53
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ See [offix website](https://android.offix.dev) for usage and more details.

- **Gradle**:<br/>

`implementation 'org.aerogear.offix:offix:0.1.0'`
`implementation 'org.aerogear.offix:offix:0.2.0'`

- **Maven**:<br/>

```xml
<dependency>
<groupId>org.aerogear.offix</groupId>
<artifactId>offix</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<type>pom</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ See [offix website](https://android.offix.dev) for usage and more details.

- **Gradle**:<br/>

`implementation 'org.aerogear.offix:offix:0.1.0'`
`implementation 'org.aerogear.offix:offix:0.2.0'`

- **Maven**:<br/>

```xml
<dependency>
<groupId>org.aerogear.offix</groupId>
<artifactId>offix</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<type>pom</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions docs/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@

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: <br/>

```kotlin
<dependency>
<groupId>org.aerogear.offix</groupId>
<artifactId>offix</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
<type>pom</type>
</dependency>
```
2 changes: 1 addition & 1 deletion offix/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion offix/publish.gradle
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit 2b2be53

Please sign in to comment.