Skip to content

Commit

Permalink
Update to 3.2.1 for republish on plugin portal
Browse files Browse the repository at this point in the history
  • Loading branch information
rspieldenner committed Dec 23, 2015
1 parent 4fadd3a commit 192cb36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.2.1 / 2015-12-22
==================

* republish to get on plugin portal

3.2.0 / 2015-12-22
==================

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ To apply this plugin if using Gradle 2.1 or newer


plugins {
id 'nebula.plugin-plugin' version '3.2.0'
id 'nebula.plugin-plugin' version '3.2.1'
}

If using an older version of Gradle

buildscript {
repositories { jcenter() }
dependencies {
classpath 'com.netflix.nebula:nebula-plugin-plugin:3.2.0'
classpath 'com.netflix.nebula:nebula-plugin-plugin:3.2.1'
}
}

Expand Down

0 comments on commit 192cb36

Please sign in to comment.