diff --git a/gradle.properties b/gradle.properties index 0183477bd..5ab97f29b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.3beta1 +version = 1.2024.3 org.gradle.workers.max = 3 \ No newline at end of file diff --git a/src/net/sourceforge/plantuml/version/Version.java b/src/net/sourceforge/plantuml/version/Version.java index 9919c1db5..165700d5f 100644 --- a/src/net/sourceforge/plantuml/version/Version.java +++ b/src/net/sourceforge/plantuml/version/Version.java @@ -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.3beta1"; + private static final String version = "1.2024.3"; public static String versionString() { return version; @@ -80,7 +80,7 @@ public class Version { } public static long compileTime() { - return 1707932786357L; + return 1708026005000L; } public static String compileTimeString() { diff --git a/stdlib/home.repx b/stdlib/home.repx index 0c294ef9a..f2ba66b23 100644 --- a/stdlib/home.repx +++ b/stdlib/home.repx @@ -13,6 +13,7 @@ eip elastic gcp kubernetes +k8s logos material office diff --git a/stdlib/k8s-abx.repx b/stdlib/k8s-abx.repx new file mode 100644 index 000000000..c8f870c8c Binary files /dev/null and b/stdlib/k8s-abx.repx differ diff --git a/stdlib/k8s-dex.repx b/stdlib/k8s-dex.repx new file mode 100644 index 000000000..1a528ba86 Binary files /dev/null and b/stdlib/k8s-dex.repx differ