From 72f16594371a71cef8609615f8c3ff17d09682a5 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Thu, 8 Apr 2021 21:54:42 +0200 Subject: [PATCH] Release Version v1.1.2-rc2 Signed-off-by: Vincenzo Palazzo --- README.md | 16 ++++++++-------- gradle.properties | 3 ++- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0f89211..391f033 100644 --- a/README.md +++ b/README.md @@ -34,22 +34,27 @@ A modern, Material Design UI for Java Swing io.github.vincenzopalazzo material-ui-swing - 1.1.2-rc1 + 1.1.2-rc2 ``` _Gradle (Groovy)_ ```groovy -implementation 'io.github.vincenzopalazzo:material-ui-swing:1.1.2-rc1' +implementation 'io.github.vincenzopalazzo:material-ui-swing:1.1.2-rc2' ``` _Gradle (Kotlin DSL)_ ```kotlin -implementation("io.github.vincenzopalazzo:material-ui-swing:1.1.2-rc1") +implementation("io.github.vincenzopalazzo:material-ui-swing:1.1.2-rc2") ``` Others version [here](https://search.maven.org/artifact/io.github.vincenzopalazzo/material-ui-swing) +### Snapshot version + +Each master version has a SNAPSHOT version that is the official version `x.x.x + 1`, so for example for the version `v1.1.2-rc1` +the version on if exist a new version of the master branch is `v1.1.2-rc2-SNAPSHOT` + An example of gradle configuration is reported below _Gradle (Kotlin DSL)_ @@ -71,11 +76,6 @@ dependencies { ``` -### Snapshot version - -Each master version has a SNAPSHOT version that is the official version `x.x.x + 1`, so for example for the version `v1.1.2-rc1` -the version on if exist a new version of the master branch is `v1.1.2-rc2-SNAPSHOT` - ## Code Style > We live in a world where robots can drive a car, so we shouldn't just write code, we should write elegant code. diff --git a/gradle.properties b/gradle.properties index 536cd95..b17e864 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,7 @@ GROUP_ID=io.github.vincenzopalazzo ARTIFACT_ID=material-ui-swing -VERSION=1.1.2-rc2-SNAPSHOT +#VERSION=1.1.2-rc2-SNAPSHOT +VERSION=1.1.2-rc2 MODULE_NAME=io.github.vincenzopalazzo.materialuiswing RELEASE_ENABLE=true