release 0.42

This commit is contained in:
Karl Tauber
2020-09-17 15:51:27 +02:00
parent a53ce99977
commit 4487c9985c
2 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
FlatLaf Change Log FlatLaf Change Log
================== ==================
## Unreleased ## 0.42
#### New features and improvements #### New features and improvements
- Demo: Improved "SplitPane & Tabs" and "Data Components" tabs. - Demo: Improved "SplitPane & Tabs" and "Data Components" tabs.
- Menu items "File > Open" and "File > Save As" now show file choosers. - Demo: Menu items "File > Open" and "File > Save As" now show file choosers.
- InternalFrame: Support draggable border for resizing frame inside of the - InternalFrame: Support draggable border for resizing frame inside of the
visible frame border. (issue #121) visible frame border. (issue #121)
- `FlatUIDefaultsInspector` added (see [FlatLaf Extras](flatlaf-extras)). A - `FlatUIDefaultsInspector` added (see [FlatLaf Extras](flatlaf-extras)). A

View File

@@ -14,8 +14,8 @@
* limitations under the License. * limitations under the License.
*/ */
val releaseVersion = "0.41" val releaseVersion = "0.42"
val developmentVersion = "0.42-SNAPSHOT" val developmentVersion = "0.43-SNAPSHOT"
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion