Browse Source

Merge pull request #163 from AntoninHuaut/patch-1

Update README.md
Alessadro Parisi 3 years ago
parent
commit
cbb5bbbfdb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

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