release 1.6.5

This commit is contained in:
Karl Tauber
2021-12-07 15:05:13 +01:00
parent f61a7288eb
commit d8df8c9631
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log
==================
## 1.6.5-SNAPSHOT
## 1.6.5
#### Fixed bugs
@@ -19,6 +19,7 @@ FlatLaf Change Log
temporary directory. Instead, continue with default window decorations. (issue
#436)
## 1.6.4
#### Fixed bugs

View File

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