diff --git a/README.md b/README.md
index 9d3ad6d..3589973 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.9.0 / December 03, 2023
+### Latest release Version 3.10.0 / January 14, 2024
## Get it!
@@ -28,7 +28,7 @@ Add to your `pom.xml`:
org.htmlunit
htmlunit-cssparser
- 3.9.0
+ 3.10.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.9.0'
+implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '3.10.0'
```
@@ -53,7 +53,7 @@ If you use maven please add:
org.htmlunit
htmlunit-cssparser
- 3.10.0-SNAPSHOT
+ 3.11.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 5f1b03a..7d96bea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.htmlunit
htmlunit-cssparser
- 3.10.0-SNAPSHOT
+ 3.10.0
HtmlUnit CSS Parser
HtmlUnit