Skip to content

Commit

Permalink
🎉 0.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed Mar 8, 2019
1 parent 6b2ea3d commit 976ad9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -39,8 +39,8 @@ plugins {
}

dependencies {
kapt("com.github.fluidsonic:fluid-json-annotation-processor:0.9.14")
implementation("com.github.fluidsonic:fluid-json-coding-jdk8:0.9.14")
kapt("com.github.fluidsonic:fluid-json-annotation-processor:0.9.15")
implementation("com.github.fluidsonic:fluid-json-coding-jdk8:0.9.15")
}
```

Expand Down Expand Up @@ -599,7 +599,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.14")
implementation("com.github.fluidsonic:fluid-json-ktor-client:0.9.15")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -9,7 +9,7 @@ plugins {

fluidLibrary {
name = "fluid-json"
version = "0.9.14"
version = "0.9.15"
}


Expand Down

0 comments on commit 976ad9e

Please sign in to comment.