Skip to content

Commit

Permalink
release 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Oct 7, 2019
1 parent b6cd31b commit d0ac786
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FlatLaf Change Log
==================

## Unreleased
## 0.10

- Use new chevron arrows in "Flat Light" and "Flat Dark" themes, but keep
triangle arrows in "Flat IntelliJ" and "Flat Darcula" themes. (issue #7)
Expand Down
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.9.jar](https://download.formdev.com/flatlaf/flatlaf-demo-0.9.jar)
and run it with `java -jar flatlaf-demo-0.9.jar` (or double-click it). Requires
[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
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.flatlaf
Artifact Id: flatlaf-core
Version: 0.9
Version: 0.10


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.9"
version = "0.10"

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

0 comments on commit d0ac786

Please sign in to comment.