diff --git a/README.md b/README.md index ec2cda9..9b27a6b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,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 4.5.0 / October 20, 2024 +### Latest release Version 4.6.0 / November 3, 2024 ## Get it! @@ -30,7 +30,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit-cssparser - 4.5.0 + 4.6.0 ``` @@ -39,7 +39,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.5.0' +implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.6.0' ``` @@ -55,7 +55,7 @@ If you use maven please add: org.htmlunit htmlunit-cssparser - 4.6.0-SNAPSHOT + 4.7.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 c4e1291..d0f923e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.htmlunit htmlunit-cssparser - 4.6.0-SNAPSHOT + 4.6.0 HtmlUnit CSS Parser HtmlUnit