Skip to content

Commit 7c0e8be

Browse files
committed
Release version 3.0.10
1 parent 3aa0d58 commit 7c0e8be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ Java 1.8 or above, with one of the following environments:
1515
<dependency>
1616
<groupId>io.minio</groupId>
1717
<artifactId>minio</artifactId>
18-
<version>3.0.9</version>
18+
<version>3.0.10</version>
1919
</dependency>
2020
```
2121

2222
## Download from gradle
2323
```xml
2424
dependencies {
25-
compile 'io.minio:minio:3.0.9'
25+
compile 'io.minio:minio:3.0.10'
2626
}
2727
```
2828

2929
## Download from JAR
30-
You can download the latest [JAR](http://repo1.maven.org/maven2/io/minio/minio/3.0.9/) directly from maven.
30+
You can download the latest [JAR](http://repo1.maven.org/maven2/io/minio/minio/3.0.10/) directly from maven.
3131

3232
## Quick Start Example - File Uploader
3333
This example program connects to an object storage server, makes a bucket on the server and then uploads a file to the bucket.
@@ -80,12 +80,12 @@ public class FileUploader {
8080

8181
#### Compile FileUploader
8282
```sh
83-
javac -cp "minio-3.0.9-all.jar" FileUploader.java
83+
javac -cp "minio-3.0.10-all.jar" FileUploader.java
8484
```
8585

8686
#### Run FileUploader
8787
```sh
88-
java -cp "minio-3.0.9-all.jar:." FileUploader
88+
java -cp "minio-3.0.10-all.jar:." FileUploader
8989
/home/user/Photos/asiaphotos.zip is successfully uploaded as asiaphotos.zip to `asiatrip` bucket.
9090

9191
mc ls play/asiatrip/

0 commit comments

Comments
 (0)