Browse Source

:bookmark: Bump version to 11.13.2

Added Russian and Arabic languages

Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
palexdev 3 năm trước cách đây
mục cha
commit
3739a59aca
4 tập tin đã thay đổi với 5 bổ sung6 xóa
  1. 1 2
      CHANGELOG.md
  2. 2 2
      README.md
  3. 1 1
      build.gradle
  4. 1 1
      materialfx/gradle.properties

+ 1 - 2
CHANGELOG.md

@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 [//]: ##[Unreleased]
 
-## [11.13.1] - 09-02-2022
+## [11.13.2] - 09-02-2022
 ### Added
 - New control MFXMagnifierPane
 - ColorUtils: added some new methods to convert Colors to Strings
@@ -31,7 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - MFXIconWrapper: added handler to acquire focus
 
 ### Fixed
-
 - MFXComboBoxSkin: ensure the caret position is at 0 if the combo box is not selectable
 - MFXTableViewSkin: ensure the dialog is on foreground
 - MFXTextField and all subclasses: fixed an issue with CSS and :focused PseudoClass. It was being ignored in some cases,

+ 2 - 2
README.md

@@ -224,7 +224,7 @@ repositories {
 }
 
 dependencies {
-  implementation 'io.github.palexdev:materialfx:11.13.1'
+  implementation 'io.github.palexdev:materialfx:11.13.2'
 }
 ```
 
@@ -234,7 +234,7 @@ dependencies {
 <dependency>
   <groupId>io.github.palexdev</groupId>
   <artifactId>materialfx</artifactId>
-  <version>11.13.1</version>
+  <version>11.13.2</version>
 </dependency>
 ```
 <!-- DOCUMENTATION -->

+ 1 - 1
build.gradle

@@ -4,7 +4,7 @@ plugins {
 }
 
 group 'io.github.palexdev'
-version '11.13.1'
+version '11.13.2'
 
 repositories {
     mavenCentral()

+ 1 - 1
materialfx/gradle.properties

@@ -1,6 +1,6 @@
 GROUP=io.github.palexdev
 POM_ARTIFACT_ID=materialfx
-VERSION_NAME=11.13.1
+VERSION_NAME=11.13.2
 
 POM_NAME=materialfx
 POM_DESCRIPTION=Material Desgin components for JavaFX