Skip to content

Commit e6bcf19

Browse files
Bump to 0.2.4
1 parent da00118 commit e6bcf19

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
<dependency>
77
<groupId>io.minio</groupId>
88
<artifactId>minio</artifactId>
9-
<version>0.2.3</version>
9+
<version>0.2.4</version>
1010
</dependency>
1111
```
1212

1313
## Download from gradle
1414

1515
```gradle
1616
dependencies {
17-
compile 'io.minio:minio:0.2.3'
17+
compile 'io.minio:minio:0.2.4'
1818
}
1919
```
2020

2121
## Download from JAR
2222

23-
You can download the latest [JAR](http://repo1.maven.org/maven2/io/minio/minio/0.2.3/) directly from maven.
23+
You can download the latest [JAR](http://repo1.maven.org/maven2/io/minio/minio/0.2.4/) directly from maven.
2424

2525
## Example
2626
```java

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if (project.properties.containsKey('ossrhPassword')) {
4545

4646
group = 'io.minio'
4747
archivesBaseName = 'minio'
48-
version = '0.2.3'
48+
version = '0.2.4'
4949

5050
sourceCompatibility = 1.7
5151
targetCompatibility = 1.7
@@ -122,7 +122,7 @@ if (JavaVersion.current().isJava8Compatible()) {
122122
}
123123

124124
artifacts {
125-
archives javadocJar, sourcesJar
125+
archives javadocJar, sourcesJar, shadowJar
126126
}
127127

128128
signing {

0 commit comments

Comments
 (0)