mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 22:10:54 +03:00
release 1.6.5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FlatLaf Change Log
|
||||
==================
|
||||
|
||||
## 1.6.5-SNAPSHOT
|
||||
## 1.6.5
|
||||
|
||||
#### Fixed bugs
|
||||
|
||||
@@ -19,6 +19,7 @@ FlatLaf Change Log
|
||||
temporary directory. Instead, continue with default window decorations. (issue
|
||||
#436)
|
||||
|
||||
|
||||
## 1.6.4
|
||||
|
||||
#### Fixed bugs
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
val releaseVersion = "1.6.4"
|
||||
val developmentVersion = "1.6.5-SNAPSHOT"
|
||||
val releaseVersion = "1.6.5"
|
||||
val developmentVersion = "1.6.6-SNAPSHOT"
|
||||
|
||||
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user