release 0.31

This commit is contained in:
Karl Tauber
2020-04-20 11:44:00 +02:00
parent a2b615d4a7
commit d134c33499
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log FlatLaf Change Log
================== ==================
## Unreleased ## 0.31
- Focus indication border (or background) no longer hidden when temporary - Focus indication border (or background) no longer hidden when temporary
loosing focus (e.g. showing a popup menu). loosing focus (e.g. showing a popup menu).

View File

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