From ca348bddb7ceb1928fbd421b02802fa77a440723 Mon Sep 17 00:00:00 2001 From: RobX Date: Sat, 16 Jul 2022 16:46:26 +0800 Subject: [PATCH] Prepare version 0.1.0 --- CHANGELOG.md | 2 ++ README-zh.md | 2 +- README.md | 2 +- build.gradle.kts | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e4d89..deb384c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,6 @@ ## [Unreleased] +## [0.1.0] - 2022-07-16 + Initial release. diff --git a/README-zh.md b/README-zh.md index e8ec462..16c44b6 100644 --- a/README-zh.md +++ b/README-zh.md @@ -45,7 +45,7 @@ Diglol Crypto for Kotlin Multiplatform. _如果需要依赖子模块,请参考当前支持的加密常量。_ ```gradle -implementation("com.diglol.crypto:crypto:0.1.0-SNAPSHOT") +implementation("com.diglol.crypto:crypto:0.1.0") ``` ### License diff --git a/README.md b/README.md index a9acb64..858738b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Include all submodules. _If you need to depend on a submodule, please refer to the currently supported cryptographic constants._ ```gradle -implementation("com.diglol.crypto:crypto:0.1.0-SNAPSHOT") +implementation("com.diglol.crypto:crypto:0.1.0") ``` ### License diff --git a/build.gradle.kts b/build.gradle.kts index 5e2eda7..7192981 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ buildscript { allprojects { group = "com.diglol.crypto" - version = "0.1.0-SNAPSHOT" + version = "0.1.0" repositories { mavenCentral()