Skip to content

Commit 46b3310

Browse files
committed
svgom-api 1.1.4
1 parent 5175c61 commit 46b3310

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To build `web-apis` you need the following software installed:
3838
- The [Git version control system](https://git-scm.com/downloads) is required to
3939
obtain the sources. Any recent version should suffice.
4040

41-
- Java 11 or later. You can install it from your favourite package manager or by
41+
- Java 11 to 21. You can install it from your favourite package manager or by
4242
downloading from [Adoptium](https://adoptium.net/).
4343

4444
<br/>
@@ -102,7 +102,7 @@ Then, in your `build.gradle` file you can list the dependencies, for example:
102102

103103
```groovy
104104
dependencies {
105-
api 'io.sf.carte:svgom-api:1.1.3'
105+
api 'io.sf.carte:svgom-api:1.1.4'
106106
}
107107
```
108108

@@ -111,7 +111,7 @@ If you use the packages provided by this project, you may need to exclude the
111111

112112
```groovy
113113
dependencies {
114-
api ('io.sf.carte:svgom-api:1.1.3') {
114+
api ('io.sf.carte:svgom-api:1.1.4') {
115115
exclude group: 'xml-apis', module: 'xml-apis-ext'
116116
}
117117
}

svgom-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020

2121
description = 'io.sf.carte:svgom-api'
2222

23-
version = '1.1.4-SNAPSHOT'
23+
version = '1.1.4'
2424

2525
publishing.publications.maven(MavenPublication).pom {
2626
description = "SVGOM 1.1 API Java binding"

0 commit comments

Comments
 (0)