Skip to content

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sink772 committed Jun 25, 2021
1 parent 6ef43bb commit 95bbc60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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.9.0
VERSION=0.9.1

0 comments on commit 95bbc60

Please sign in to comment.