From 0636bb4f3a8aacb53a50c39d98c44dee42dbb88d Mon Sep 17 00:00:00 2001 From: RobX Date: Mon, 18 Jul 2022 23:05:24 +0800 Subject: [PATCH] Prepare version 0.1.1 --- CHANGELOG.md | 6 ++++++ README-zh.md | 2 +- README.md | 2 +- build.gradle.kts | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deb384c..1d5811d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [0.1.1] - 2022-07-18 + +### Fixed + +* Duplicate `BuildConfig` + ## [0.1.0] - 2022-07-16 Initial release. diff --git a/README-zh.md b/README-zh.md index 16c44b6..623c363 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") +implementation("com.diglol.crypto:crypto:0.1.1") ``` ### License diff --git a/README.md b/README.md index 858738b..55f685d 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") +implementation("com.diglol.crypto:crypto:0.1.1") ``` ### License diff --git a/build.gradle.kts b/build.gradle.kts index 98c458d..8a2a881 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ buildscript { allprojects { group = "com.diglol.crypto" - version = "0.2.0-SNAPSHOT" + version = "0.1.1" repositories { mavenCentral()