Merge pull request #10 from aasaru/0.1.x

set version to 0.1.x stabilisation branch
diff --git a/README.md b/README.md
index 2cebb38..d590fdc 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache Fineract CN Api [![Build Status](https://api.travis-ci.com/apache/fineract-cn-api.svg?branch=develop)](https://travis-ci.com/apache/fineract-cn-api)
+# Apache Fineract CN Api [![Build Status](https://api.travis-ci.com/apache/fineract-cn-api.svg?branch=0.1.x)](https://travis-ci.com/apache/fineract-cn-api)
 
 This project is an umbrella for all Apache Fineract CN Core components.
 
diff --git a/build.gradle b/build.gradle
index cf9bc49..8d1126c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,14 +34,14 @@
 }
 
 group 'org.apache.fineract.cn'
-version '0.1.0-BUILD-SNAPSHOT'
+version '0.1.x-SNAPSHOT'
 
 ext.versions = [
         springcontext        : '4.3.3.RELEASE',
         springboot           : '1.4.1.RELEASE',
         feigngson            : '8.16.2',
         findbugs             : '3.0.1',
-        frameworklangversion : '0.1.0-BUILD-SNAPSHOT'
+        frameworklangversion : '0.1.x-SNAPSHOT'
 ]
 
 apply plugin: 'io.spring.dependency-management'