Skip to content

Commit

Permalink
release 1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Jan 18, 2021
1 parent fdc43fc commit c6fec0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
==================

## 0.47-SNAPSHOT
## 1.0-rc1

#### New features and improvements

Expand Down
6 changes: 3 additions & 3 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.46"
val developmentVersion = "0.47-SNAPSHOT"
val releaseVersion = "1.0-rc1"
val developmentVersion = "1.0-rc2-SNAPSHOT"

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

Expand Down Expand Up @@ -64,7 +64,7 @@ allprojects {
// manifest for all created JARs
manifest.attributes(mapOf(
"Implementation-Vendor" to "FormDev Software GmbH",
"Implementation-Copyright" to "Copyright (C) ${java.time.LocalDate.now().year} FormDev Software GmbH. All rights reserved.",
"Implementation-Copyright" to "Copyright (C) 2019-${java.time.LocalDate.now().year} FormDev Software GmbH. All rights reserved.",
"Implementation-Version" to project.version))

// add META-INF/LICENSE to all created JARs
Expand Down

0 comments on commit c6fec0a

Please sign in to comment.