Skip to content

Commit

Permalink
🎉 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed Mar 8, 2023
1 parent 9404865 commit baa851e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fluid-pdf
=========

[![Maven Central](https://img.shields.io/maven-central/v/io.fluidsonic.pdf/fluid-pdf?label=Maven%20Central)](https://search.maven.org/artifact/io.fluidsonic.pdf/fluid-pdf)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.7.10-blue.svg)](https://github.com/JetBrains/kotlin/releases/v1.7.10)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.7.20-blue.svg)](https://github.com/JetBrains/kotlin/releases/v1.7.20)
[![#fluid-libraries Slack Channel](https://img.shields.io/badge/slack-%23fluid--libraries-543951.svg)](https://kotlinlang.slack.com/messages/C7UDFSVT2/)

Easy PDF generation with HTML & CSS using Chromium or Google Chrome
Expand All @@ -16,7 +16,7 @@ Installation

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

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.2.2"
}

fluidLibrary(name = "pdf", version = "0.16.0")
fluidLibrary(name = "pdf", version = "0.17.0")

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

0 comments on commit baa851e

Please sign in to comment.