Skip to content

Commit

Permalink
⬆️ Increment version to 0.3.0
Browse files Browse the repository at this point in the history
This change is due to update of the Mapbox SDK being used by both the
utils and library to 6.5.0
  • Loading branch information
ekigamba committed Oct 15, 2018
1 parent 5c655cc commit da2f449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'realm-android'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'maven-publish'

version '0.2.6-87-1'
version '0.3.0'
project.version = this.version

task sourceJar(type: Jar) {
Expand Down
2 changes: 1 addition & 1 deletion utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'maven-publish'

version '0.2.6-106-1'
version '0.3.0'
project.version = this.version

task sourceJar(type: Jar) {
Expand Down

0 comments on commit da2f449

Please sign in to comment.