Skip to content

Commit 9e7cdba

Browse files
committed
Release 6.0
1 parent 72d1365 commit 9e7cdba

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
@@ -69,9 +69,9 @@ and optional library packages are the following:
6969
### Compile-time dependencies
7070

7171
- The [css4j](https://github.com/css4j/css4j/releases) library (and its transitive
72-
dependencies); version 5.0 or higher is recommended.
72+
dependencies); version 6.0 or higher is recommended.
7373

74-
- The [xml-dtd](https://github.com/css4j/xml-dtd) library; version 4.1.1 or
74+
- The [xml-dtd](https://github.com/css4j/xml-dtd) library; version 4.2.1 or
7575
higher is recommended.
7676

7777
- The [validator.nu html5 parser](https://about.validator.nu/htmlparser/).

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'io.sf.carte'
8-
version = '6.0-SNAPSHOT'
8+
version = '6.0'
99

1010
description = 'css4j-agent'
1111

0 commit comments

Comments
 (0)