Skip to content

Commit 144a358

Browse files
committed
Start new development cycle
1 parent 51cb0ab commit 144a358

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

smil-api/build.gradle

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
3+
Copyright (c) 2021-2025, C. Amengual.
4+
5+
Licensed under a BSD-style License. You can find the license here:
6+
https://css4j.github.io/LICENSE.txt
7+
8+
*/
9+
10+
// SPDX-License-Identifier: BSD-3-Clause
11+
112
plugins {
213
id 'web-apis.java-conventions'
314
}

svgom-api/build.gradle

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
3+
Copyright (c) 2021-2025, C. Amengual.
4+
5+
Licensed under a BSD-style License. You can find the license here:
6+
https://css4j.github.io/LICENSE.txt
7+
8+
*/
9+
10+
// SPDX-License-Identifier: BSD-3-Clause
11+
112
plugins {
213
id 'web-apis.java-conventions'
314
}
@@ -9,7 +20,7 @@ dependencies {
920

1021
description = 'io.sf.carte:svgom-api'
1122

12-
version = '1.1.3'
23+
version = '1.1.4-SNAPSHOT'
1324

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

0 commit comments

Comments
 (0)