Skip to content

Commit

Permalink
Version 11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HanSolo committed Jun 12, 2020
1 parent d6ccdb2 commit 86d3aa7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ sourceCompatibility = 11
targetCompatibility = 11

group = eu.hansolo.fx.regulators
version = 11.4
version = 11.5
12 changes: 6 additions & 6 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
requires javafx.controls;

// 3rd party
requires org.kordamp.iconli.core;
requires org.kordamp.ikonli.javafx;
requires org.kordamp.ikonli.fontawesome;
requires org.kordamp.ikonli.material;
requires org.kordamp.ikonli.materialdesign;
requires org.kordamp.ikonli.weathericons;
requires transitive org.kordamp.iconli.core;
requires transitive org.kordamp.ikonli.javafx;
requires transitive org.kordamp.ikonli.fontawesome;
requires transitive org.kordamp.ikonli.material;
requires transitive org.kordamp.ikonli.materialdesign;
requires transitive org.kordamp.ikonli.weathericons;

exports eu.hansolo.fx.regulators;
}

0 comments on commit 86d3aa7

Please sign in to comment.