Skip to content

Commit

Permalink
Bump to 0.2.2 - bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Jul 23, 2015
1 parent 75557d1 commit 28eb624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</dependency>
```
[![Maven](https://img.shields.io/maven-central/v/io.minio/minio.svg)](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22minio%22)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if(project.properties.containsKey('ossrhPassword')) {

group = 'io.minio'
archivesBaseName = 'minio'
version = '0.2.1'
version = '0.2.2'

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down

0 comments on commit 28eb624

Please sign in to comment.