release 0.37

This commit is contained in:
Karl Tauber
2020-06-29 17:03:06 +02:00
parent 9da634e225
commit 14c837ad05
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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