From edbee1b999134c9263d9810a297da4af05c85279 Mon Sep 17 00:00:00 2001 From: grapebaba <281165273@qq.com> Date: Sat, 3 Dec 2022 15:37:22 +0800 Subject: [PATCH] rel: release v0.2.0 Signed-off-by: grapebaba <281165273@qq.com> --- README.md | 17 +++++++++++++++++ build.gradle | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d313cd..5f4eb78 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,23 @@ WARNING: Note that we are still iterating on the RPC and SDK API before TestNet, expect frequent breaking changes in the short-term. We expect the API to stabilize after the upcoming TestNet launch. +## Using +### Maven +```xml + + + me.grapebaba + sui4j + 0.2.0 + +``` + +### Gradle +```groovy +// https://mvnrepository.com/artifact/me.grapebaba/sui4j +implementation 'me.grapebaba:sui4j:0.2.0' +``` + ## Building Locally To get started you need to install JDK8+, then run the following command: diff --git a/build.gradle b/build.gradle index be92a5a..64cf5d9 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { group 'io.sui' -version '0.1.0-SNAPSHOT' +version '0.2.0' repositories { mavenCentral()