release 0.12

This commit is contained in:
Karl Tauber
2019-10-13 17:53:36 +02:00
parent b49eff348d
commit 2cfcd0facf
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log
==================
## Unreleased
## 0.12
- Support Linux. (issue #2)
- Added `Flat*Laf.install()` methods.

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
version = "0.11"
version = "0.12"
// check required Java version
if( JavaVersion.current() < JavaVersion.VERSION_1_8 )