Skip to content

Commit

Permalink
Update docs for 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rspieldenner committed Nov 3, 2015
1 parent fefc99d commit 8ab71b6
Show file tree
Hide file tree
Showing 2 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,8 +1,13 @@
4.3.1 / 2015-11-03
4.3.2 / 2015-11-03
==================

* Bugfix so that if these plugins are applied without a language plugin they do not fail the project

4.3.1 / 2015-10-28
==================

* Partial bugfix for applying without a language plugin

4.3.0 / 2015-10-26
==================

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

plugins {
id 'nebula.<publishing plugin of your choice>' version '4.3.1'
id 'nebula.<publishing plugin of your choice>' version '4.3.2'
}

If using an older version of Gradle

buildscript {
repositories { jcenter() }
dependencies {
classpath 'com.netflix.nebula:nebula-publishing-plugin:4.3.1'
classpath 'com.netflix.nebula:nebula-publishing-plugin:4.3.2'
}
}

Expand Down

0 comments on commit 8ab71b6

Please sign in to comment.