Skip to content

Commit 20f8061

Browse files
committed
Increased Version number to 0.22.2
1 parent daecc55 commit 20f8061

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.22.2
2+
3+
Changes
4+
* added -project parameters, so that the project file can be outside the root directory: By amattil1, Issue #451
5+
6+
17
# 0.22.1
28

39
# 0.22.0 (Jan 13, 2022)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Here a brief overview of the features:
2929
* Java 1.6 or greater
3030

3131

32-
### Current stable version is 0.22.1
32+
### Current stable version is 0.22.2
3333

3434

3535
## Parameters Documentation

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ allprojects {
22
apply plugin: 'java-gradle-plugin'
33
apply plugin: 'groovy'
44

5-
def versionNumber = "0.22.1"
5+
def versionNumber = "0.22.2"
66

77

88
if (project.hasProperty("versionNumber")) {

0 commit comments

Comments
 (0)