Skip to content

Commit

Permalink
Bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sink772 committed Mar 27, 2023
1 parent ab9714f commit 730c8d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GROUP=foundation.icon
VERSION=0.10.0
VERSION=0.11.0

0 comments on commit 730c8d2

Please sign in to comment.