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

Commit

Permalink
chore: version update to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavanyagaur22 committed Aug 9, 2019
1 parent c988d31 commit a47cc19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 a47cc19

Please sign in to comment.