From 96b248d3c3e9f910a3838c0a87231aaa57a45ff7 Mon Sep 17 00:00:00 2001 From: astrapi69 Date: Fri, 21 Jul 2023 13:23:43 +0200 Subject: [PATCH] prepare new minor release in version 2.6 --- CHANGELOG.md | 2 +- README.md | 6 +++--- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f4ef21..c850222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## Change log ---------------------- -Version 2.6-SNAPSHOT +Version 2.6 ------------- ADDED: diff --git a/README.md b/README.md index 35071e5..3e3a91b 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,13 @@ your project `build.gradle` if you want to import the core functionality of swin define version in file gradle.properties ``` -swingBaseComponentsVersion=2.5 +swingBaseComponentsVersion=2.6 ``` or in build.gradle ext area ``` - swingBaseComponentsVersion = "2.5" + swingBaseComponentsVersion = "2.6" ``` then add the dependency to the dependencies area @@ -68,7 +68,7 @@ Than you can add the dependency to your dependencies: ... - 2.5 + 2.6 ... ... diff --git a/gradle.properties b/gradle.properties index b146c63..ecffffe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ ###################### # project properties # ###################### -projectVersion=2.6-SNAPSHOT +projectVersion=2.6 groupPackage=io.github.astrapi69 projectSourceCompatibility=11 projectInceptionYear=2021