diff --git a/README.md b/README.md
index 0b5782f..c18bfe9 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ The code is being expanded, restructured and improved primarily to meet the requ
[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]
-### Latest release Version 3.9.0 / December 03, 2023
+### Latest release Version 3.10.0 / January 14, 2024
### Maven
@@ -30,7 +30,7 @@ Add to your `pom.xml`:
org.htmlunit
htmlunit-csp
- 3.9.0
+ 3.10.0
```
@@ -39,7 +39,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:
```groovy
-implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '3.9.0'
+implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '3.10.0'
```
### A Note on CSP
@@ -106,7 +106,7 @@ If you use maven please add:
org.htmlunit
htmlunit-csp
- 3.10.0-SNAPSHOT
+ 3.11.0-SNAPSHOT
You have to add the sonatype snapshot repository to your pom `repositories` section also:
@@ -178,7 +178,7 @@ This part is intended for committer who are packaging a release.
* Create the version on Github
* login to Github and open project https://github.com/HtmlUnit/htmlunit-csp
* click Releases > Draft new release
- * fill the tag and title field with the release number (e.g. 3.9.0)
+ * fill the tag and title field with the release number (e.g. 3.10.0)
* append
* htmlunit-csp-3.x.x.jar
* htmlunit-csp-3.x.x.jar.asc
diff --git a/pom.xml b/pom.xml
index 5875c6f..0bc265d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.htmlunit
htmlunit-csp
- 3.10.0-SNAPSHOT
+ 3.10.0
HtmlUnit Content-Security-Policy Parser
HtmlUnit