initial release

This commit is contained in:
Karl Tauber
2019-09-28 12:17:00 +02:00
parent 448f76b954
commit 7d4a8f571e
2 changed files with 7 additions and 1 deletions

6
CHANGELOG.md Normal file
View File

@@ -0,0 +1,6 @@
FlatLaf Change Log
==================
## 0.9
- Initial release

View File

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