From 775bba913ecf0f645911f449a10ede6841ec9b49 Mon Sep 17 00:00:00 2001 From: Him188 Date: Sat, 30 Jan 2021 23:32:28 +0800 Subject: [PATCH] Release v0.7.6 --- README.md | 8 +++----- buildSrc/src/main/kotlin/Versions.kt | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e75739cd..69292643 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Dependency requirements: | 0.3.3 | 1.3.70+ | 0.20.0 | | 0.5.3 | 1.4.0 | 1.0.0-RC | | 0.6.0 | 1.4.10 | 1.0.0-RC2 | -| 0.7.5 | 1.4.10 | 1.0.1 | +| 0.7.6 | 1.4.10 | 1.0.1 | #### Gradle @@ -25,9 +25,8 @@ repositories { } ``` -Replace `` with the newest version here: [![Download](https://api.bintray.com/packages/mamoe/yamlkt/yamlkt/images/download.svg)](https://bintray.com/mamoe/yamlkt/yamlkt/) ```kotlin -implementation("net.mamoe.yamlkt:yamlkt:") +implementation("net.mamoe.yamlkt:yamlkt:0.7.6") ``` **If your project is multiplatform, you need only to add this dependency for commonMain.** @@ -43,12 +42,11 @@ implementation("net.mamoe.yamlkt:yamlkt:") Only JVM is available for Maven. -Replace `$version` with the newest version here: [![Download](https://api.bintray.com/packages/mamoe/yamlkt/yamlkt/images/download.svg)](https://bintray.com/mamoe/yamlkt/yamlkt/) ```xml net.mamoe.yamlkt yamlkt - $version + 0.7.6 ``` diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index 01d99abe..3f97f62f 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -1,5 +1,5 @@ object Versions { - const val version = "0.7.5" + const val version = "0.7.6" const val kotlin = "1.4.10" const val serialization = "1.0.1"