diff --git a/README.md b/README.md index ab39fe4..2432c8a 100644 --- a/README.md +++ b/README.md @@ -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") diff --git a/convention-plugins/src/main/kotlin/root.publication.gradle.kts b/convention-plugins/src/main/kotlin/root.publication.gradle.kts index fa6bc8a..a677de9 100644 --- a/convention-plugins/src/main/kotlin/root.publication.gradle.kts +++ b/convention-plugins/src/main/kotlin/root.publication.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.mohamedrejeb.ksoup" - version = "0.4.0" + version = "0.4.1" } nexusPublishing {