From 95bbc60e372b8a2db051aafd5e6476afa087a6e6 Mon Sep 17 00:00:00 2001 From: Jaechang Namgoong Date: Fri, 25 Jun 2021 12:37:40 +0900 Subject: [PATCH] Bump version to 0.9.1 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c62a83b..a84a6a7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can include this package from [Maven Central](https://search.maven.org/searc by adding the following dependency in your `build.gradle`. ```groovy -testImplementation 'foundation.icon:javaee-unittest:0.9.0' +testImplementation 'foundation.icon:javaee-unittest:0.9.1' ``` For a more complete example, please visit [Java SCORE Examples](https://github.com/icon-project/java-score-examples). diff --git a/gradle.properties b/gradle.properties index 38927f7..9eada67 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ GROUP=foundation.icon -VERSION=0.9.0 +VERSION=0.9.1