Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Updated to version 0.7.3.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
ChihoSin committed Nov 30, 2016
1 parent 588a51b commit d4c852c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[![Build Status](https://travis-ci.org/lokra/seaweedfs-client.svg?branch=master)](https://travis-ci.org/lokra/seaweedfs-client)
[![codecov](https://codecov.io/gh/lokra/seaweedfs-client/branch/master/graph/badge.svg)](https://codecov.io/gh/lokra/seaweedfs-client)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2a98cfb79ad04905940aef2fc5791390)](https://www.codacy.com/app/chihosin/seaweedfs-client?utm_source=github.com&utm_medium=referral&utm_content=lokra-platform/seaweedfs-client&utm_campaign=Badge_Grade)
[![Maven Central](http://img.shields.io/badge/maven_central-0.7.2.RELEASE-brightgreen.svg)](https://search.maven.org/#artifactdetails%7Corg.lokra.seaweedfs%7Cseaweedfs-client%7C0.7.2.RELEASE%7Cjar)
[![GitHub Release](http://img.shields.io/badge/Release-0.7.2.RELEASE-brightgreen.svg)](https://github.com/lokra-platform/seaweedfs-client/releases/tag/0.7.2.RELEASE)
[![Maven Central](http://img.shields.io/badge/maven_central-0.7.3.RELEASE-brightgreen.svg)](https://search.maven.org/#artifactdetails%7Corg.lokra.seaweedfs%7Cseaweedfs-client%7C0.7.3.RELEASE%7Cjar)
[![GitHub Release](http://img.shields.io/badge/Release-0.7.3.RELEASE-brightgreen.svg)](https://github.com/lokra-platform/seaweedfs-client/releases/tag/0.7.3.RELEASE)
[![MIT license](http://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)

# Features
Expand All @@ -27,7 +27,7 @@ For performance, we make some progress:
<dependency>
<groupId>org.lokra.seaweedfs</groupId>
<artifactId>seaweedfs-client</artifactId>
<version>0.7.2.RELEASE</version>
<version>0.7.3.RELEASE</version>
</dependency>
```

Expand All @@ -38,7 +38,7 @@ repositories {
}
dependencies {
compile('org.lokra.seaweedfs:seaweedfs-client:0.7.2.RELEASE')
compile('org.lokra.seaweedfs:seaweedfs-client:0.7.3.RELEASE')
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


group = 'org.lokra.seaweedfs'
version = '0.7.3.SNAPSHOT'
version = '0.7.3.RELEASE'

apply plugin: 'java'
apply plugin: 'eclipse'
Expand Down

0 comments on commit d4c852c

Please sign in to comment.