Skip to content

Commit

Permalink
⬆️ Increment version to 0.4.0 due to add point feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ekigamba committed Nov 8, 2018
1 parent dc77ae5 commit 41bcee1
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.3.0'
version '0.4.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.3.0'
version '0.4.0'
project.version = this.version

task sourceJar(type: Jar) {
Expand Down

0 comments on commit 41bcee1

Please sign in to comment.