release 0.32

This commit is contained in:
Karl Tauber
2020-04-23 16:04:31 +02:00
parent 2ab023beb0
commit 9026efeb26
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log FlatLaf Change Log
================== ==================
## Unreleased ## 0.32
- ToggleButton: Compute selected background color based on current component - ToggleButton: Compute selected background color based on current component
background. (issue #32) background. (issue #32)

View File

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