Skip to content

Commit 52dd20b

Browse files
committed
prepare version 1.14.0
1 parent 555072c commit 52dd20b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ We will try to stay in sync with CSSParser regarding the features in the future.
1515
### Project News
1616
[HtmlUnit@Twitter][3]
1717

18-
### Latest release Version 1.13.0 / December 28, 2022
18+
### Latest release Version 1.14.0 / January 22, 2023
1919

2020
For maven, you would add:
2121

2222
<dependency>
2323
<groupId>net.sourceforge.htmlunit</groupId>
2424
<artifactId>htmlunit-cssparser</artifactId>
25-
<version>1.13.0</version>
25+
<version>1.14.0</version>
2626
</dependency>
2727

2828
### Latst CI build

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.sourceforge.htmlunit</groupId>
66
<artifactId>htmlunit-cssparser</artifactId>
7-
<version>1.14.0-SNAPSHOT</version>
7+
<version>1.14.0</version>
88
<name>HtmlUnit CSS Parser</name>
99
<packaging>jar</packaging>
1010
<description>CSS parser for HtmlUnit.</description>

0 commit comments

Comments
 (0)