diff --git a/README.adoc b/README.adoc index 09dc5a5..d7bd2e1 100644 --- a/README.adoc +++ b/README.adoc @@ -15,7 +15,7 @@ image:https://api.bintray.com/packages/ysb33r/grysb33r/groovy-vfs/images/downloa [source,groovy] ---- @Grapes([ - @Grab( 'org.ysb33r.groovy:groovy-vfs:0.5' ), + @Grab( 'org.ysb33r.groovy:groovy-vfs:1.0.1' ), @Grab( 'commons-net:commons-net:3.+' ), // If you want to use ftp @Grab( 'commons-httpclient:commons-httpclient:3.1'), // If you want http/https @Grab( 'com.jcraft:jsch:0.1.48' ) // If you want sftp @@ -92,7 +92,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'org.ysb33r.gradle:vfs-gradle-plugin:0.5.1' + classpath 'org.ysb33r.gradle:vfs-gradle-plugin:1.0.1' classpath 'commons-net:commons-net:3.+' // If you want to use ftp classpath 'commons-httpclient:commons-httpclient:3.1' // If you want http/https classpath 'com.jcraft:jsch:0.1.48' // If you want sftp diff --git a/build.gradle b/build.gradle index 42161ce..29615c9 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ buildscript { allprojects { ext { versionModifier = '' - versionNumber = '1.0' + versionNumber = '1.0.1' modulesWithGroovyDoc = [ 'dsl', 'gradle-plugin', diff --git a/dsl/RELEASE.md b/dsl/RELEASE.md index 000db38..58e17fb 100644 --- a/dsl/RELEASE.md +++ b/dsl/RELEASE.md @@ -46,4 +46,4 @@ ## 0.01 + Initial release -+ Support for `cp`, `ls`, `cat` \ No newline at end of file ++ Support for `cp`, `ls`, `cat`