diff --git a/README.md b/README.md index 3418872..d062679 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This plugin provides opinions and tasks for the release process provided by [gra # Applying the plugin plugins { - id 'nebula.release' version '6.0.0' + id 'nebula.release' version '6.3.0' } -or- @@ -20,7 +20,7 @@ This plugin provides opinions and tasks for the release process provided by [gra buildscript { repositories { jcenter() } dependencies { - classpath 'com.netflix.nebula:nebula-release-plugin:6.0.0' + classpath 'com.netflix.nebula:nebula-release-plugin:6.3.0' } } apply plugin: 'nebula.release'