Skip to content

Commit

Permalink
prepare new major release in version 10
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Sep 22, 2023
1 parent cf64739 commit 96e1c09
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-SNAPSHOT
Version 10
-------------

ADDED:
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=9
randomizerVersion=10
```

or in build.gradle ext area

```
randomizerVersion = "9"
randomizerVersion = "10"
```

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>9</randomizer.version>
<randomizer.version>10</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-SNAPSHOT
projectVersion=10
groupPackage=io.github.astrapi69
projectSourceCompatibility=17
projectInceptionYear=2015
Expand Down

0 comments on commit 96e1c09

Please sign in to comment.