Skip to content

Commit

Permalink
chore: prepare release 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyls committed Jan 24, 2024
1 parent 36cbf40 commit 31bf5a2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change Log
==========

## Version 0.9.4

_2024-01-24_

Bug fixes:
- Fix incorrect number of line breaks around empty blocks and paragraphs
- Fix incorrect block indentation after nested block.

This release depends on:
- Kotlin **1.9.21**
- Compose Multiplatform **1.5.11** (Jetpack Compose UI **1.5.4**)

## Version 0.9.3

_2024-01-22_
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.3")
implementation("be.digitalia.compose.htmlconverter:htmlconverter:0.9.4")
}
```

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

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

0 comments on commit 31bf5a2

Please sign in to comment.