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

Commit 5557570

Browse files
Merge pull request #127 from aerogear/libraryVersionv0.3.0
Released library v0.3.0
2 parents a543d19 + 12a5868 commit 5557570

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

offix/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ ext {
8181

8282
siteUrl = 'https://github.com/aerogear/offix-android'
8383
gitUrl = 'https://github.com/aerogear/offix-android.git'
84-
libraryVersion = '0.2.0'
84+
libraryVersion = '0.3.0'
8585
developerId = 'Lavanyagaur22'
8686
developerName = 'Lavanya Gaur'
8787
developerEmail = '[email protected]'

offix/publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'maven-publish'
22
apply plugin: 'com.jfrog.bintray'
33

4-
version '0.2.0'
4+
version '0.3.0'
55
group 'org.aerogear.offix'
66

77
//Properties properties = new Properties()

0 commit comments

Comments
 (0)