Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Feb 3, 2021
1 parent 2a2d82b commit bbf7672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.6 | 1.4.10 | 1.0.1 |
| 0.8.0 | 1.4.10 | 1.0.1 |

#### Gradle

Expand All @@ -26,7 +26,7 @@ repositories {
```

```kotlin
implementation("net.mamoe.yamlkt:yamlkt:0.7.6")
implementation("net.mamoe.yamlkt:yamlkt:0.8.0")
```
**If your project is multiplatform, you need only to add this dependency for commonMain.**

Expand All @@ -46,7 +46,7 @@ Only JVM is available for Maven.
<dependency>
<groupId>net.mamoe.yamlkt</groupId>
<artifactId>yamlkt</artifactId>
<version>0.7.6</version>
<version>0.8.0</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.6"
const val version = "0.8.0"

const val kotlin = "1.4.10"
const val serialization = "1.0.1"
Expand Down

0 comments on commit bbf7672

Please sign in to comment.