release 2.0.2

This commit is contained in:
Karl Tauber
2022-02-25 16:58:22 +01:00
parent 0bd677c46b
commit dd7b7c6aef
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log
==================
## 2.1-SNAPSHOT
## 2.0.2
- Native window decorations (Windows 10/11 only): Fixed rendering artifacts on
HiDPI screens when dragging window partly offscreen and back into screen

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
val releaseVersion = "2.0.1"
val releaseVersion = "2.0.2"
val developmentVersion = "2.1-SNAPSHOT"
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion