diff --git a/README.md b/README.md
index 52d250b..0fa0ca4 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ We will try to stay in sync with CSSParser regarding the features in the future.
[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]
-### Latest release Version 3.11.0 / February 10, 2024
+### Latest release Version 4.0.0 / April 1, 2024
## Get it!
@@ -28,7 +28,7 @@ Add to your `pom.xml`:
org.htmlunit
htmlunit-cssparser
- 3.11.0
+ 4.0.0
```
@@ -37,7 +37,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:
```groovy
-implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '3.11.0'
+implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.0.0'
```
@@ -53,7 +53,7 @@ If you use maven please add:
org.htmlunit
htmlunit-cssparser
- 3.12.0-SNAPSHOT
+ 4.1.0-SNAPSHOT
You have to add the sonatype snapshot repository to your pom `repositories` section also:
diff --git a/pom.xml b/pom.xml
index 69949c8..df21883 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.htmlunit
htmlunit-cssparser
- 4.0.0-SNAPSHOT
+ 4.0.0
HtmlUnit CSS Parser
HtmlUnit