mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-25 20:11:18 +00:00
chore: publication V1.2024.8
This commit is contained in:
parent
44096d6c63
commit
5551a3898e
@ -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
|
||||
|
@ -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
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user