Skip to content

Commit 4647d60

Browse files
committed
Release 6.0
1 parent 15f7065 commit 4647d60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ and optional library packages are the following:
6666
### Compile-time dependencies
6767

6868
- The [css4j](https://github.com/css4j/css4j/releases) library (and its transitive
69-
dependencies); version 5.0 or higher is recommended (compatibility with 6.0 or
69+
dependencies); version 6.0 or higher is recommended (compatibility with 7.0 or
7070
higher is likely but not guaranteed).
7171

7272
### Test dependencies
7373

7474
- A recent version of [JUnit 5](https://junit.org/junit5/).
7575

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

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

build.gradle

+1-1
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-awt'
1111

0 commit comments

Comments
 (0)