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