Skip to content

Commit

Permalink
Bump to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Aug 10, 2015
1 parent da00118 commit e6bcf19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>0.2.3</version>
<version>0.2.4</version>
</dependency>
```

## Download from gradle

```gradle
dependencies {
compile 'io.minio:minio:0.2.3'
compile 'io.minio:minio:0.2.4'
}
```

## Download from JAR

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

## Example
```java
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (project.properties.containsKey('ossrhPassword')) {

group = 'io.minio'
archivesBaseName = 'minio'
version = '0.2.3'
version = '0.2.4'

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down Expand Up @@ -122,7 +122,7 @@ if (JavaVersion.current().isJava8Compatible()) {
}

artifacts {
archives javadocJar, sourcesJar
archives javadocJar, sourcesJar, shadowJar
}

signing {
Expand Down

0 comments on commit e6bcf19

Please sign in to comment.