mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-14 15:57:12 -06:00
release 3.1.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FlatLaf Change Log
|
FlatLaf Change Log
|
||||||
==================
|
==================
|
||||||
|
|
||||||
## 3.1.1-SNAPSHOT
|
## 3.1.1
|
||||||
|
|
||||||
- IntelliJ Themes:
|
- IntelliJ Themes:
|
||||||
- Fixed too large menu item paddings and too large table/tree row heights (all
|
- Fixed too large menu item paddings and too large table/tree row heights (all
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
val releaseVersion = "3.1"
|
val releaseVersion = "3.1.1"
|
||||||
val developmentVersion = "3.2-SNAPSHOT"
|
val developmentVersion = "3.2-SNAPSHOT"
|
||||||
|
|
||||||
version = if( rootProject.hasProperty( "release" ) ) releaseVersion else developmentVersion
|
version = if( rootProject.hasProperty( "release" ) ) releaseVersion else developmentVersion
|
||||||
|
|||||||
Reference in New Issue
Block a user