release 0.33

This commit is contained in:
Karl Tauber
2020-04-27 18:39:02 +02:00
parent 44c455419b
commit 8f60755f02
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log
==================
## Unreleased
## 0.33
- Improved creation of disabled grayscale icons used in disabled buttons, labels
and tabs. They now have more contrast and are lighter in light themes and

View File

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