Skip to content

Commit

Permalink
prepare new minor release in version 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Nov 6, 2023
1 parent af023ab commit 5cec288
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.2-SNAPSHOT
Version 4.2
-------------

ADDED:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ your project `build.gradle` if you want to import the core functionality of jobj
define version in file gradle.properties

```
jobjCopyVersion=4.1
jobjCopyVersion=4.2
```

or in build.gradle ext area

```
jobjCopyVersion = "4.1"
jobjCopyVersion = "4.2"
```

then add the dependency to the dependencies area
Expand All @@ -58,7 +58,7 @@ Then you can add the dependency to your dependencies:
<properties>
...
<!-- JOBJ-COPY version -->
<jobj-copy.version>4.1</jobj-copy.version>
<jobj-copy.version>4.2</jobj-copy.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.2-SNAPSHOT
projectVersion=4.2
groupPackage=io.github.astrapi69
projectSourceCompatibility=17
projectInceptionYear=2021
Expand Down

0 comments on commit 5cec288

Please sign in to comment.