Skip to content

Commit

Permalink
chore: prepare release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyls committed Dec 22, 2023
1 parent 6d50794 commit 37da3df
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 @@ -24,7 +24,7 @@ Add the dependency to your **module**'s `build.gradle` or `build.gradle.kts` fil

```kotlin
dependencies {
implementation("be.digitalia.compose.htmlconverter:htmlconverter:0.8.1")
implementation("be.digitalia.compose.htmlconverter:htmlconverter:0.9.0")
}
```

Expand All @@ -34,7 +34,7 @@ For Kotlin Multiplatform projects:
sourceSets {
val commonMain by getting {
dependencies {
implementation("be.digitalia.compose.htmlconverter:htmlconverter:0.8.1")
implementation("be.digitalia.compose.htmlconverter:htmlconverter:0.9.0")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SONATYPE_CLOSE_TIMEOUT_SECONDS=1500
RELEASE_SIGNING_ENABLED=true

GROUP=be.digitalia.compose.htmlconverter
VERSION_NAME=0.8.1
VERSION_NAME=0.9.0

POM_DESCRIPTION=HTML Converter for Compose
POM_URL=https://github.com/cbeyls/HtmlConverterCompose
Expand Down

0 comments on commit 37da3df

Please sign in to comment.