Skip to content

Commit 906433c

Browse files
committed
2.3.1
1 parent 96f09b9 commit 906433c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2.3.1
4+
##### Released: 30. October 2015
5+
6+
### Bugfixes
7+
8+
* SVN: Fix NPE happening in checkUpdateNeeded (#145, thanks IVU-chl)
9+
310
## 2.3.0
411
##### Released: 13. October 2015
512

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ buildscript {
3636
jcenter()
3737
}
3838
dependencies {
39-
classpath 'net.researchgate:gradle-release:2.3.0'
39+
classpath 'net.researchgate:gradle-release:2.3.1'
4040
}
4141
}
4242
@@ -47,7 +47,7 @@ apply plugin: 'net.researchgate.release'
4747

4848
```groovy
4949
plugins {
50-
id 'net.researchgate.release' version '2.3.0'
50+
id 'net.researchgate.release' version '2.3.1'
5151
}
5252
```
5353

0 commit comments

Comments
 (0)