Skip to content

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sink772 committed Oct 30, 2021
1 parent 1ee738e commit 5ee7c47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
# A Java SCORE Library for ICON Standard Tokens

This repository contains a Java SCORE library for ICON standard tokens like
[IRC2](https://github.com/icon-project/IIPs/blob/master/IIPS/iip-2.md) and
[IRC3](https://github.com/icon-project/IIPs/blob/master/IIPS/iip-3.md).
[IRC2](https://github.com/icon-project/IIPs/blob/master/IIPS/iip-2.md),
[IRC3](https://github.com/icon-project/IIPs/blob/master/IIPS/iip-3.md), and
[IRC31](https://github.com/icon-project/IIPs/blob/master/IIPS/iip-31.md).
SCORE developers are no longer required to write the whole things from scratch.
This project provides reusable Java classes to build custom user contracts conveniently.

Expand All @@ -14,7 +15,7 @@ You can include this package from [Maven Central](https://search.maven.org/searc
by adding the following dependency in your `build.gradle`.

```groovy
implementation 'com.github.sink772:javaee-tokens:0.6.0'
implementation 'com.github.sink772:javaee-tokens:0.6.1'
```

You need to create a entry Java class to inherit the attributes and methods from the basic token classes.
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=com.github.sink772
VERSION=0.6.0
VERSION=0.6.1

0 comments on commit 5ee7c47

Please sign in to comment.