diff --git a/README.md b/README.md index 7e43956..d5af034 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HtmlUnit Android package -Version 2.66.0 / October 23, 2022 +Version 2.67.0 / November 20, 2022 :heart: [Sponsor](https://github.com/sponsors/rbri) @@ -24,7 +24,7 @@ Add to your `pom.xml`: net.sourceforge.htmlunit htmlunit-android - 2.66.0 + 2.67.0 ``` @@ -33,7 +33,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.66.0' +implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.67.0' ``` Overview @@ -103,7 +103,7 @@ Add the snapshot repository and dependency to your `pom.xml`: net.sourceforge.htmlunit htmlunit-android - 2.67.0-SNAPSHOT + 2.68.0-SNAPSHOT @@ -122,7 +122,7 @@ repositories { } // ... dependencies { - implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.67.0-SNAPSHOT' + implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.68.0-SNAPSHOT' // ... } ``` diff --git a/pom.xml b/pom.xml index 03b0db0..d8dabd1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ net.sourceforge.htmlunit htmlunit-android - 2.67.0-SNAPSHOT + 2.67.0 HtmlUnitAndroid @@ -26,7 +26,7 @@ 8 8 - 2.67.0-SNAPSHOT + 2.67.0 9.4.19.v20190610