Skip to content

Commit

Permalink
Prepare 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Nov 4, 2015
1 parent 71ff1bd commit f1abba4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.3.3
##### Released: 5. October 2015

### Bugfixes

* COMMON: Calling custom buildTasks was broken (#144, thanks madhead)
* COMMON: Order of tasks was not completely correct for --parallel runs

## 2.3.2
##### Released: 2. October 2015

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ buildscript {
}
}
dependencies {
classpath 'net.researchgate:gradle-release:2.3.2'
classpath 'net.researchgate:gradle-release:2.3.3'
}
}
Expand All @@ -49,7 +49,7 @@ apply plugin: 'net.researchgate.release'

```groovy
plugins {
id 'net.researchgate.release' version '2.3.2'
id 'net.researchgate.release' version '2.3.3'
}
```

Expand Down

0 comments on commit f1abba4

Please sign in to comment.