release 0.38

This commit is contained in:
Karl Tauber
2020-07-10 15:45:35 +02:00
parent 82294b68eb
commit 8a6242d9ea
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log
==================
## Unreleased
## 0.38
- Hide focus indicator when window is inactive.
- Custom window decorations: Improved/fixed window border color in dark themes.

View File

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