release 3.0

This commit is contained in:
Karl Tauber
2022-12-16 00:19:03 +01:00
parent e4503c2a54
commit b879b393ad
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log
==================
## 3.0-SNAPSHOT
## 3.0
#### New features and improvements

View File

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