Skip to content

Commit

Permalink
chore: prepare release 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyls committed Mar 29, 2024
1 parent 6cbb366 commit 34e2d24
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Change Log
==========

## Version 0.9.5

_2024-03-29_

Updated dependencies.

This release depends on:
- Kotlin **1.9.23**
- Compose Multiplatform **1.6.1** (Jetpack Compose UI **1.6.3**)

## Version 0.9.4

_2024-01-24_
Expand Down
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.9.4")
implementation("be.digitalia.compose.htmlconverter:htmlconverter:0.9.5")
}
```

Expand All @@ -34,7 +34,7 @@ For Kotlin Multiplatform projects:
sourceSets {
val commonMain by getting {
dependencies {
implementation("be.digitalia.compose.htmlconverter:htmlconverter:0.9.4")
implementation("be.digitalia.compose.htmlconverter:htmlconverter:0.9.5")
}
}
}
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.9.4
VERSION_NAME=0.9.5

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

0 comments on commit 34e2d24

Please sign in to comment.