Skip to content

Commit

Permalink
:arrow-up: Increment version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekigamba committed Sep 30, 2020
1 parent 355b384 commit 4d737b8
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 @@ -21,7 +21,7 @@ apply plugin: 'realm-android'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'maven-publish'

version '0.8.9'
version '0.9.0'

project.version = this.version

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ private static void developmentKujakuModulesImport(instance, configuration) {

// This is used when making a release and you need to test that the published artifacts work in host applications OK
private static void releaseTestKujakuImport(configuration) {
configuration.implementation 'io.ona.kujaku:library:0.8.9'
configuration.implementation 'io.ona.kujaku:library:0.9.0'
}

tasks.withType(Test) {
Expand Down

0 comments on commit 4d737b8

Please sign in to comment.