Skip to content

Commit

Permalink
release 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Oct 8, 2019
1 parent 230bc28 commit 267567d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Demo
----

Download
[flatlaf-demo-0.10.jar](https://download.formdev.com/flatlaf/flatlaf-demo-0.10.jar)
and run it with `java -jar flatlaf-demo-0.10.jar` (or double-click it). Requires
[flatlaf-demo-0.11.jar](https://download.formdev.com/flatlaf/flatlaf-demo-0.11.jar)
and run it with `java -jar flatlaf-demo-0.11.jar` (or double-click it). Requires
Java 8 or newer.


Expand All @@ -35,7 +35,7 @@ For Maven or Gradle use:
Repository: jcenter (https://jcenter.bintray.com/)
Group Id: com.formdev
Artifact Id: flatlaf
Version: 0.10
Version: 0.11


License
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

version = "0.10"
version = "0.11"

// check required Java version
if( JavaVersion.current() < JavaVersion.VERSION_1_8 )
Expand Down

0 comments on commit 267567d

Please sign in to comment.