Skip to content

Commit 9ee7f72

Browse files
committed
prepare version 2.58.0
1 parent 98ed24c commit 9ee7f72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ seems to end somewhere around 2014 we started our own fork that now has many imp
1212
### Project News
1313
[HtmlUnit@Twitter][3]
1414

15-
### Latest release Version 2.57.0 / January 23, 2022
15+
### Latest release Version 2.58.0 / February 4, 2022
1616

1717
For maven, you would add:
1818

1919
<dependency>
2020
<groupId>net.sourceforge.htmlunit</groupId>
2121
<artifactId>neko-htmlunit</artifactId>
22-
<version>2.57.0</version>
22+
<version>2.58.0</version>
2323
</dependency>
2424

2525
### Latest CI build
@@ -34,7 +34,7 @@ If you use maven please add:
3434
<dependency>
3535
<groupId>net.sourceforge.htmlunit</groupId>
3636
<artifactId>neko-htmlunit</artifactId>
37-
<version>2.58.0-SNAPSHOT</version>
37+
<version>2.59.0-SNAPSHOT</version>
3838
</dependency>
3939

4040
You have to add the sonatype snapshot repository to your pom distributionManagement section also:

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>net.sourceforge.htmlunit</groupId>
77
<artifactId>neko-htmlunit</artifactId>
8-
<version>2.57.0</version>
8+
<version>2.58.0</version>
99
<name>HtmlUnit NekoHtml</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>

0 commit comments

Comments
 (0)