1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-12-25 04:06:08 +00:00

chore: publication V1.2024.8

This commit is contained in:
Arnaud Roques 2024-11-15 18:47:20 +01:00
parent 44096d6c63
commit 5551a3898e
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
## V1.2024.8 (beta)
## V1.2024.8 (Nov 15, 2024)
- [Allow MinimumWidth on all nested elements](https://github.com/plantuml/plantuml/issues/1893)
- https://github.com/plantuml/plantuml/commit/37e5eb66fa946671c23506fc24811f1bae8a7a04

View File

@ -1,4 +1,4 @@
# Warning, "version" should be the same in gradle.properties and Version.java
# Any idea anyone how to magically synchronize those :-) ?
version = 1.2024.8beta8
version = 1.2024.8
org.gradle.workers.max = 3

View File

@ -46,7 +46,7 @@ public class Version {
// Warning, "version" should be the same in gradle.properties and Version.java
// Any idea anyone how to magically synchronize those :-) ?
private static final String version = "1.2024.8beta8";
private static final String version = "1.2024.8";
public static String versionString() {
return version;
@ -80,7 +80,7 @@ public class Version {
}
public static long compileTime() {
return 1725707897042L;
return 1731692686038L;
}
public static String compileTimeString() {