Skip to content

Commit

Permalink
Release v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jan 30, 2021
1 parent 3845498 commit 775bba9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -25,9 +25,8 @@ repositories {
}
```

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/)
```kotlin
implementation("net.mamoe.yamlkt:yamlkt:<version>")
implementation("net.mamoe.yamlkt:yamlkt:0.7.6")
```
**If your project is multiplatform, you need only to add this dependency for commonMain.**

Expand All @@ -43,12 +42,11 @@ implementation("net.mamoe.yamlkt:yamlkt:<version>")

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
<dependency>
<groupId>net.mamoe.yamlkt</groupId>
<artifactId>yamlkt</artifactId>
<version>$version</version>
<version>0.7.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 775bba9

Please sign in to comment.