Skip to content

Commit

Permalink
prepare new minor release in version 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Nov 6, 2023
1 parent 26e3ab5 commit be7bde0
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 10.2-SNAPSHOT
Version 10.2
-------------

CHANGED:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ your project `build.gradle` if you want to import the core functionality of rand

define version in file gradle.properties
```
randomizerVersion=10.1
randomizerVersion=10.2
```

or in build.gradle ext area

```
randomizerVersion = "10.1"
randomizerVersion = "10.2"
```

then add the dependency to the dependencies area
Expand All @@ -60,7 +60,7 @@ Than you can add the dependency to your dependencies:
<properties>
...
<!-- RANDOMIZER versions -->
<randomizer.version>10.1</randomizer.version>
<randomizer.version>10.2</randomizer.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=10.2-SNAPSHOT
projectVersion=10.2
groupPackage=io.github.astrapi69
projectSourceCompatibility=17
projectInceptionYear=2015
Expand Down

0 comments on commit be7bde0

Please sign in to comment.