Skip to content

Commit

Permalink
Prepare for 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sghill committed Jun 28, 2019
1 parent fb751a2 commit 390e5fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## 0.33.0 (unreleased)
## 0.34.0 (unreleased)

## 0.33.0 (2019-06-28)

* put work directory inside the project directory instead of at root level [PR #113](https://github.com/jenkinsci/gradle-jpi-plugin/pull/113)
* updated to Gradle 5.5

## 0.32.0 (2019-05-08)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add the following to your build.gradle:

```groovy
plugins {
id 'org.jenkins-ci.jpi' version '0.32.0'
id 'org.jenkins-ci.jpi' version '0.33.0'
}
group = 'org.jenkins-ci.plugins'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.33.0-SNAPSHOT
version=0.33.0

0 comments on commit 390e5fb

Please sign in to comment.