From 34df6c895b39755adde30526805b12c0e25b3620 Mon Sep 17 00:00:00 2001 From: Guichaguri Date: Tue, 6 Jun 2017 11:38:40 -0300 Subject: [PATCH] Bumped version --- README.md | 12 ++++++------ build.gradle | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 22bb926..b2827fc 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The required minimum implementation is already done, however, there are still co * [RFC 775](https://tools.ietf.org/html/rfc775) - Directory oriented FTP commands (5/5) * [RFC 1123](https://tools.ietf.org/html/rfc1123#page-29) - Requirements for Internet Hosts * [RFC 1639](https://tools.ietf.org/html/rfc1639) - FTP Operation Over Big Address Records (0/2) -* [RFC 2228](https://tools.ietf.org/html/rfc2228) - FTP Security Extensions (0/8) +* [RFC 2228](https://tools.ietf.org/html/rfc2228) - FTP Security Extensions (3/8) * [RFC 2389](https://tools.ietf.org/html/rfc2389) - Feature negotiation mechanism for the File Transfer Protocol (0/2) * [RFC 2428](https://tools.ietf.org/html/rfc2428) - FTP Extensions for IPv6 and NATs (0/2) * [RFC 2640](https://tools.ietf.org/html/rfc2640) - Internationalization of the File Transfer Protocol (0/1) @@ -26,27 +26,27 @@ The required minimum implementation is already done, however, there are still co #### Maven ```xml - guichaguri.minimalftp + com.guichaguri minimalftp - 1.0.1 + 1.0.2 pom ``` #### Gradle ```groovy -compile 'guichaguri.minimalftp:minimalftp:1.0.1' +compile 'com.guichaguri:minimalftp:1.0.2' ``` #### Ivy ```xml - + ``` ### API -Check out more examples [here](https://github.com/Guichaguri/MinimalFTP/tree/master/src/test/java/guichaguri/minimalftp) :) +Check out more examples [here](https://github.com/Guichaguri/MinimalFTP/tree/master/src/test/java/com/guichaguri/minimalftp) :) ```java // Uses the current working directory as the root diff --git a/build.gradle b/build.gradle index 40ccf2f..26c8cd9 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group 'guichaguri.minimalftp' -version '1.0.1' +version '1.0.2' buildscript { repositories {