Skip to content

Commit

Permalink
Merge pull request #59 from MohamedRejeb/0.x
Browse files Browse the repository at this point in the history
Update version to 0.4.1
  • Loading branch information
MohamedRejeb authored Nov 10, 2024
2 parents c3a6a23 + e6914bd commit fd6f0c2
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 fd6f0c2

Please sign in to comment.