Skip to content

Commit

Permalink
🎉 0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed Feb 5, 2019
1 parent a6a2e37 commit dfc8b7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ You have to add **one** of the following dependencies to your project depending
```kotlin
dependencies {
// parsing/serialization of basic types and streaming
implementation("com.github.fluidsonic:fluid-json-basic:0.9.11")
implementation("com.github.fluidsonic:fluid-json-basic:0.9.12")

// parsing/serialization of any type using encoders and decoders (Java 7)
implementation("com.github.fluidsonic:fluid-json-coding:0.9.11")
implementation("com.github.fluidsonic:fluid-json-coding:0.9.12")

// parsing/serialization of any type using encoders and decoders (Java 8 and newer)
implementation("com.github.fluidsonic:fluid-json-coding-jdk8:0.9.11")
implementation("com.github.fluidsonic:fluid-json-coding-jdk8:0.9.12")
}
```

Expand Down Expand Up @@ -286,7 +286,7 @@ You can use this library with [`JsonFeature`](https://ktor.io/clients/http-clien
`build.gradle.kts`:
```kotlin
dependencies {
implementation("com.github.fluidsonic:fluid-json-ktor-client:0.9.11")
implementation("com.github.fluidsonic:fluid-json-ktor-client:0.9.12")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

fluidLibrary {
name = "fluid-json"
version = "0.9.11"
version = "0.9.12"
}


Expand Down

0 comments on commit dfc8b7d

Please sign in to comment.