There was an error while loading. Please reload this page.
1 parent e4503c2 commit b879b39Copy full SHA for b879b39
2 files changed
CHANGELOG.md
@@ -1,7 +1,7 @@
1
FlatLaf Change Log
2
==================
3
4
-## 3.0-SNAPSHOT
+## 3.0
5
6
#### New features and improvements
7
build.gradle.kts
@@ -14,8 +14,8 @@
14
* limitations under the License.
15
*/
16
17
-val releaseVersion = "2.6"
18
-val developmentVersion = "3.0-SNAPSHOT"
+val releaseVersion = "3.0"
+val developmentVersion = "3.1-SNAPSHOT"
19
20
version = if( rootProject.hasProperty( "release" ) ) releaseVersion else developmentVersion
21
0 commit comments