Skip to content

Commit 27963d5

Browse files
committed
Update docs to 3.2.2
1 parent 28cb015 commit 27963d5

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.2.2 / 2016-02-05
2+
==================
3+
4+
* Republish
5+
16
3.2.1 / 2016-02-05
27
==================
38

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ To include, add the following to your build.gradle
4040
If using gradle 2.1 or newer:
4141

4242
plugins {
43-
id 'nebula.netflixoss' version '3.2.1'
43+
id 'nebula.netflixoss' version '3.2.2'
4444
}
4545

4646
-or-
4747

4848
buildscript {
4949
repositories { jcenter() }
50-
dependencies { classpath 'com.netflix.nebula:gradle-netflixoss-project-plugin:3.2.1' }
50+
dependencies { classpath 'com.netflix.nebula:gradle-netflixoss-project-plugin:3.2.2' }
5151
}
5252

5353
allprojects {

0 commit comments

Comments
 (0)