Skip to content

Commit 5ee7c47

Browse files
committed
Bump version to 0.6.1
1 parent 1ee738e commit 5ee7c47

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
# A Java SCORE Library for ICON Standard Tokens
44

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

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

1617
```groovy
17-
implementation 'com.github.sink772:javaee-tokens:0.6.0'
18+
implementation 'com.github.sink772:javaee-tokens:0.6.1'
1819
```
1920

2021
You need to create a entry Java class to inherit the attributes and methods from the basic token classes.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
GROUP=com.github.sink772
2-
VERSION=0.6.0
2+
VERSION=0.6.1

0 commit comments

Comments
 (0)