Skip to content

Commit

Permalink
Update version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb committed Nov 10, 2024
1 parent 8118c94 commit 06be0fa
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 @@ -36,7 +36,7 @@ Add the dependency below to your **module**'s `build.gradle.kts` or `build.gradl


```kotlin
val version = "0.4.0"
val version = "0.4.1"

// For parsing HTML
implementation("com.mohamedrejeb.ksoup:ksoup-html:$version")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "com.mohamedrejeb.ksoup"
version = "0.4.0"
version = "0.4.1"
}

nexusPublishing {
Expand Down

0 comments on commit 06be0fa

Please sign in to comment.