Skip to content

Commit

Permalink
prepare new minor release in version 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Jul 21, 2023
1 parent 9ab2068 commit 96b248d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Change log
----------------------

Version 2.6-SNAPSHOT
Version 2.6
-------------

ADDED:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -68,7 +68,7 @@ Than you can add the dependency to your dependencies:
<properties>
...
<!-- swing-base-components version -->
<swing-base-components.version>2.5</swing-base-components.version>
<swing-base-components.version>2.6</swing-base-components.version>
...
</properties>
...
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################
# project properties #
######################
projectVersion=2.6-SNAPSHOT
projectVersion=2.6
groupPackage=io.github.astrapi69
projectSourceCompatibility=11
projectInceptionYear=2021
Expand Down

0 comments on commit 96b248d

Please sign in to comment.