Skip to content

Commit

Permalink
🔖 Version 11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
palexdev committed Jun 11, 2021
1 parent b41e0b6 commit e850bee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ repositories {
}
dependencies {
implementation 'io.github.palexdev:materialfx:11.11.0'
implementation 'io.github.palexdev:materialfx:11.11.1'
}
```

Expand All @@ -243,7 +243,7 @@ implementation 'io.github.palexdev:materialfx:11.11.0'
<dependency>
<groupId>io.github.palexdev</groupId>
<artifactId>materialfx</artifactId>
<version>11.11.0</version>
<version>11.11.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'io.github.palexdev'
version '11.11.0'
version '11.11.1'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion materialfx/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=io.github.palexdev
POM_ARTIFACT_ID=materialfx
VERSION_NAME=11.11.0
VERSION_NAME=11.11.1

POM_NAME=materialfx
POM_DESCRIPTION=Material Desgin components for JavaFX
Expand Down

0 comments on commit e850bee

Please sign in to comment.