Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rspieldenner committed Nov 17, 2015
1 parent a81786a commit 7814178
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.0.2 / 2015-11-16
==================

* Republish to get on plugin portal

3.0.1 / 2015-10-21
==================

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ code this becomes very tedious. Furthermore, the build script user has to know t
To apply this plugin if using Gradle 2.1 or newer

plugins {
id 'nebula.override' version '3.0.1'
id 'nebula.override' version '3.0.2'
}

If using an older version of Gradle
Expand All @@ -50,7 +50,7 @@ If using an older version of Gradle
repositories { jcenter() }

dependencies {
classpath 'com.netflix.nebula:gradle-override-plugin:3.0.1'
classpath 'com.netflix.nebula:gradle-override-plugin:3.0.2'
}
}

Expand Down

0 comments on commit 7814178

Please sign in to comment.