Skip to content

Commit

Permalink
Update for 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gotev authored Aug 7, 2016
1 parent 7fef7af commit bf12c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uploadservice-ftp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ This module adds FTP upload ([RFC959](https://tools.ietf.org/html/rfc959)) capab
#### Gradle
```
dependencies {
compile 'net.gotev:uploadservice-ftp:3.0'
compile 'net.gotev:uploadservice-ftp:3.0.1'
}
```
#### Maven
```
<dependency>
<groupId>net.gotev</groupId>
<artifactId>uploadservice-ftp</artifactId>
<version>3.0</version>
<version>3.0.1</version>
<type>aar</type>
</dependency>
```
Expand Down

0 comments on commit bf12c8e

Please sign in to comment.