From 730c8d27dee9b63ae901a9131ee26631a62c3c0a Mon Sep 17 00:00:00 2001 From: Jaechang Namgoong Date: Mon, 27 Mar 2023 17:22:47 +0900 Subject: [PATCH] Bump version to 0.11.0 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91b8d93..2ab28f7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Maven Central](https://maven-badges.herokuapp.com/maven-central/foundation.icon/javaee-unittest/badge.svg)](https://search.maven.org/search?q=g:foundation.icon%20a:javaee-unittest) -# An Unit Testing Framework for Java SCORE +# Unit Testing Framework for Java SCORE This repository contains a Java library that can be used to perform the unit testing on your Java SCORE implementation. It provides a SCORE execution emulation layer that can be integrated with the JUnit 5 and Mockito frameworks. @@ -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.10.0' +testImplementation 'foundation.icon:javaee-unittest:0.11.0' ``` 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 0743451..970cce5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ GROUP=foundation.icon -VERSION=0.10.0 +VERSION=0.11.0