mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-13 23:37:13 -06:00
release 0.37
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FlatLaf Change Log
|
FlatLaf Change Log
|
||||||
==================
|
==================
|
||||||
|
|
||||||
## Unreleased
|
## 0.37
|
||||||
|
|
||||||
- Custom window decorations (Windows 10 only; PR #108; issues #47 and #82)
|
- Custom window decorations (Windows 10 only; PR #108; issues #47 and #82)
|
||||||
support:
|
support:
|
||||||
|
|||||||
@@ -14,8 +14,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
val releaseVersion = "0.36"
|
val releaseVersion = "0.37"
|
||||||
val developmentVersion = "0.37-SNAPSHOT"
|
val developmentVersion = "0.38-SNAPSHOT"
|
||||||
|
|
||||||
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion
|
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user