Skip to content

Commit

Permalink
prepare new major release in version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Sep 20, 2023
1 parent 6dcb8e9 commit d4cc553
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 4-SNAPSHOT
Version 4
-------------

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=3
swingBaseComponentsVersion=4
```

or in build.gradle ext area

```
swingBaseComponentsVersion = "3"
swingBaseComponentsVersion = "4"
```

then add the dependency to the dependencies area
Expand All @@ -68,7 +68,7 @@ Then you can add the dependency to your dependencies:
<properties>
...
<!-- swing-base-components version -->
<swing-base-components.version>3</swing-base-components.version>
<swing-base-components.version>4</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=4-SNAPSHOT
projectVersion=4
groupPackage=io.github.astrapi69
projectSourceCompatibility=17
projectInceptionYear=2021
Expand Down

0 comments on commit d4cc553

Please sign in to comment.