Skip to content

Commit

Permalink
🎉 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed Dec 18, 2020
1 parent 0f3b23c commit d2cf46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Installation

```kotlin
dependencies {
implementation("io.fluidsonic.pdf:fluid-pdf:0.10.1")
implementation("io.fluidsonic.pdf:fluid-pdf:0.10.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("io.fluidsonic.gradle") version "1.1.16"
}

fluidLibrary(name = "pdf", version = "0.10.1")
fluidLibrary(name = "pdf", version = "0.10.2")

fluidLibraryModule(description = "Easy PDF generation with HTML & CSS using Chromium or Google Chrome") {
publishSingleTargetAsModule()
Expand Down

0 comments on commit d2cf46a

Please sign in to comment.