Skip to content

Commit

Permalink
release 0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Jul 10, 2020
1 parent 82294b6 commit 8a6242d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.38

- Hide focus indicator when window is inactive.
- Custom window decorations: Improved/fixed window border color in dark themes.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

val releaseVersion = "0.37"
val developmentVersion = "0.38-SNAPSHOT"
val releaseVersion = "0.38"
val developmentVersion = "0.39-SNAPSHOT"

version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion

Expand Down

0 comments on commit 8a6242d

Please sign in to comment.