Skip to content

Commit

Permalink
prepare version 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 22, 2023
1 parent 555072c commit 52dd20b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ We will try to stay in sync with CSSParser regarding the features in the future.
### Project News
[HtmlUnit@Twitter][3]

### Latest release Version 1.13.0 / December 28, 2022
### Latest release Version 1.14.0 / January 22, 2023

For maven, you would add:

<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit-cssparser</artifactId>
<version>1.13.0</version>
<version>1.14.0</version>
</dependency>

### Latst CI build
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit-cssparser</artifactId>
<version>1.14.0-SNAPSHOT</version>
<version>1.14.0</version>
<name>HtmlUnit CSS Parser</name>
<packaging>jar</packaging>
<description>CSS parser for HtmlUnit.</description>
Expand Down

0 comments on commit 52dd20b

Please sign in to comment.