Merge pull request #8 from aasaru/0.1.x

set version to 0.1.x
diff --git a/README.md b/README.md
index 77d22f0..1e06495 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache Fineract CN Crypto Tools [![Build Status](https://api.travis-ci.com/apache/fineract-cn-crypto.svg?branch=develop)](https://travis-ci.com/apache/fineract-cn-crypto)
+# Apache Fineract CN Crypto Tools [![Build Status](https://api.travis-ci.com/apache/fineract-cn-crypto.svg?branch=0.1.x)](https://travis-ci.com/apache/fineract-cn-crypto)
 
 ## Abstract
 Utility component to create random salts and hash credentials.
diff --git a/build.gradle b/build.gradle
index 2bc8b62..fb0464a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,7 +35,7 @@
 }
 
 group 'org.apache.fineract.cn'
-version '0.1.0-BUILD-SNAPSHOT'
+version '0.1.x-SNAPSHOT'
 
 tasks.withType(JavaCompile) {
     sourceCompatibility = JavaVersion.VERSION_1_8