diff --git a/gradle.properties b/gradle.properties index 4f573572..216e3f07 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,11 +20,11 @@ jdk=11 testJdk=17 # Modules -mfx=11.26.10 -mfxcore=11.11.3 -mfxeffects=11.4.1 -mfxlocalization=11.1.0 -mfxresources=11.12.1 +mfx=11.26.11 +mfxcore=11.11.4 +mfxeffects=11.4.2 +mfxlocalization=11.1.1 +mfxresources=11.12.2 # Plugins jfxPlugin=0.1.0 diff --git a/modules/components/gradle.properties b/modules/components/gradle.properties index 8af2aa3c..1e4c1d76 100644 --- a/modules/components/gradle.properties +++ b/modules/components/gradle.properties @@ -3,7 +3,7 @@ # Maven # #--------------------------------------# POM_ARTIFACT_ID=mfxcomponents -VERSION_NAME=11.26.10 +VERSION_NAME=11.26.11 POM_NAME=mfxcomponents POM_DESCRIPTION=Material Design/Modern components for JavaFX diff --git a/modules/core/gradle.properties b/modules/core/gradle.properties index c93ff3ea..e92f075f 100644 --- a/modules/core/gradle.properties +++ b/modules/core/gradle.properties @@ -3,7 +3,7 @@ # Maven # #--------------------------------------# POM_ARTIFACT_ID=mfxcore -VERSION_NAME=11.11.3 +VERSION_NAME=11.11.4 POM_NAME=mfxcore POM_DESCRIPTION=Core components for MaterialFX diff --git a/modules/effects/gradle.properties b/modules/effects/gradle.properties index a84749cb..99951b01 100644 --- a/modules/effects/gradle.properties +++ b/modules/effects/gradle.properties @@ -20,7 +20,7 @@ # Maven # #--------------------------------------# POM_ARTIFACT_ID=mfxeffects -VERSION_NAME=11.4.1 +VERSION_NAME=11.4.2 POM_NAME=mfxeffects POM_DESCRIPTION=Effects extracted from MaterialFX diff --git a/modules/localization/gradle.properties b/modules/localization/gradle.properties index 19d38ef2..1dd03e56 100644 --- a/modules/localization/gradle.properties +++ b/modules/localization/gradle.properties @@ -2,7 +2,7 @@ # Maven # #--------------------------------------# POM_ARTIFACT_ID=mfxlocalization -VERSION_NAME=11.1.0 +VERSION_NAME=11.1.1 POM_NAME=mfxlocalization POM_DESCRIPTION=I18N bundles for MaterialFX and its dependencies diff --git a/modules/release/gradle.properties b/modules/release/gradle.properties index 094dd2e0..bbd79416 100644 --- a/modules/release/gradle.properties +++ b/modules/release/gradle.properties @@ -3,7 +3,7 @@ # Maven # #--------------------------------------# POM_ARTIFACT_ID=materialfx-all -VERSION_NAME=11.26.10 +VERSION_NAME=11.26.11 POM_NAME=materialfx-all POM_DESCRIPTION=Material Design/Modern components for JavaFX, now packed as a single Jar diff --git a/modules/resources/gradle.properties b/modules/resources/gradle.properties index 73ba05df..496b5ad4 100644 --- a/modules/resources/gradle.properties +++ b/modules/resources/gradle.properties @@ -3,7 +3,7 @@ # Maven # #--------------------------------------# POM_ARTIFACT_ID=mfxresources -VERSION_NAME=11.12.1 +VERSION_NAME=11.12.2 POM_NAME=mfxresources POM_DESCRIPTION=Resources, fonts, icons and themes for MaterialFX