Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Feb 5, 2021
1 parent 244ecdb commit 3fe84db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ This project is in alpha state.

Dependency requirements:

| yamlkt | Kotlin | kotlinx.serialization |
|:------:|:-------:|:---------------------:|
| 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.8.0 | 1.4.10 | 1.0.1 |
| yamlkt | Kotlin | kotlinx.serialization |
|:------:|:------:|:---------------------:|
| 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.8.0 | 1.4.10 | 1.0.1 |
| 0.9.0 | 1.4.30 | 1.1.0-RC |

#### Gradle

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

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

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

const val kotlin = "1.4.30"
const val serialization = "1.1.0-RC"
Expand Down

0 comments on commit 3fe84db

Please sign in to comment.