release 0.27

This commit is contained in:
Karl Tauber
2020-02-14 15:41:18 +01:00
parent 03627281d7
commit bff9f135e6
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log FlatLaf Change Log
================== ==================
## Unreleased ## 0.27
- Support `JInternalFrame` and `JDesktopPane`. (issues #39 and #11) - Support `JInternalFrame` and `JDesktopPane`. (issues #39 and #11)
- Table: Support positioning the column sort arrow in header right, left, top or - Table: Support positioning the column sort arrow in header right, left, top or

View File

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