Skip to content

Commit

Permalink
Change kujaku library and utils' version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-karuri committed Dec 14, 2018
1 parent 39ee0dc commit b756ae9
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.5.0'
version '0.5.5'
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.5.0'
version '0.5.5'
project.version = this.version

task sourceJar(type: Jar) {
Expand Down

0 comments on commit b756ae9

Please sign in to comment.