Skip to content

Commit

Permalink
Increased Version number to 0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renep committed May 10, 2022
1 parent daecc55 commit 20f8061
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.22.2

Changes
* added -project parameters, so that the project file can be outside the root directory: By amattil1, Issue #451


# 0.22.1

# 0.22.0 (Jan 13, 2022)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Here a brief overview of the features:
* Java 1.6 or greater


### Current stable version is 0.22.1
### Current stable version is 0.22.2


## Parameters Documentation
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ allprojects {
apply plugin: 'java-gradle-plugin'
apply plugin: 'groovy'

def versionNumber = "0.22.1"
def versionNumber = "0.22.2"


if (project.hasProperty("versionNumber")) {
Expand Down

0 comments on commit 20f8061

Please sign in to comment.