OSDN Git Service

README: fix version description
authorHiroshi Miura <miurahr@linux.com>
Tue, 3 May 2016 01:22:19 +0000 (10:22 +0900)
committerHiroshi Miura <miurahr@linux.com>
Tue, 3 May 2016 01:22:19 +0000 (10:22 +0900)
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
README.md

index 6ab0129..a128579 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,13 +10,13 @@ is an only file for you.
 CLI is also made for example of API usage and will be a good reference.
 Also there is a javadoc of DictZip at https://miurahr.github.io/dictzip-java
 
-### from maven
+### from maven/gradle
 
 dictzip library is registered at JCenter repository. You can download
 from JCenter specifying as follows:
 
 ```
-org.dict.zip:dictzip-lib:0.8.0
+org.dict.zip:dictzip-lib:0.8.1
 ```
 
 ## Build