From 4d41c089f0f94d8eb2e5fb4d581e073105d2219a Mon Sep 17 00:00:00 2001 From: Markus Lindqvist Date: Mon, 20 Nov 2017 19:07:46 +0200 Subject: [PATCH] Bimp version number to 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56f87ee..7d11155 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-circular-progress", - "version": "0.0.9", + "version": "0.1.0", "description": "React Native component for creating animated, circular progress with ReactART", "main": "index.js", "repository": {