release 0.11

This commit is contained in:
Karl Tauber
2019-10-08 13:31:08 +02:00
parent 230bc28ddd
commit 267567d0a0
2 changed files with 4 additions and 4 deletions

View File

@@ -20,8 +20,8 @@ Demo
---- ----
Download Download
[flatlaf-demo-0.10.jar](https://download.formdev.com/flatlaf/flatlaf-demo-0.10.jar) [flatlaf-demo-0.11.jar](https://download.formdev.com/flatlaf/flatlaf-demo-0.11.jar)
and run it with `java -jar flatlaf-demo-0.10.jar` (or double-click it). Requires and run it with `java -jar flatlaf-demo-0.11.jar` (or double-click it). Requires
Java 8 or newer. Java 8 or newer.
@@ -35,7 +35,7 @@ For Maven or Gradle use:
Repository: jcenter (https://jcenter.bintray.com/) Repository: jcenter (https://jcenter.bintray.com/)
Group Id: com.formdev Group Id: com.formdev
Artifact Id: flatlaf Artifact Id: flatlaf
Version: 0.10 Version: 0.11
License License

View File

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