release 3.1.1

This commit is contained in:
Karl Tauber
2023-04-18 15:01:44 +02:00
parent 65a0f467ae
commit e84390ee46
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log
==================
## 3.1.1-SNAPSHOT
## 3.1.1
- IntelliJ Themes:
- Fixed too large menu item paddings and too large table/tree row heights (all

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
val releaseVersion = "3.1"
val releaseVersion = "3.1.1"
val developmentVersion = "3.2-SNAPSHOT"
version = if( rootProject.hasProperty( "release" ) ) releaseVersion else developmentVersion