release 0.36

This commit is contained in:
Karl Tauber
2020-06-09 12:33:27 +02:00
parent 2443547b3b
commit e7cdc9cf8c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log FlatLaf Change Log
================== ==================
## Unreleased ## 0.36
- ScrollBar: Made styling more flexible by supporting insets and arc for track - ScrollBar: Made styling more flexible by supporting insets and arc for track
and thumb. (issue #103) and thumb. (issue #103)

View File

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