From 06be0fa621a30d645a4d2331c7a63411947ddc99 Mon Sep 17 00:00:00 2001
From: MohamedRejeb <mohamedrejeb445@gmail.com>
Date: Sun, 10 Nov 2024 11:49:38 +0100
Subject: [PATCH] Update version to 0.4.1

---
 README.md                                                      | 2 +-
 convention-plugins/src/main/kotlin/root.publication.gradle.kts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 {