mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 15:07:11 -06:00
release 0.32
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user