From 96b4fea9de9690132b3c9fb3166da8d6b6983de8 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Sun, 1 Apr 2018 13:18:37 +1000 Subject: [PATCH] Bumping version number. --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 06372f2..e656c29 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "react-native-schemes-manager", - "version": "1.0.1", - "description": "Helps to manage React Native XCode projects that use multiple schemes to manage things like environment variables.", + "version": "1.0.2", + "description": + "Helps to manage React Native XCode projects that use multiple schemes to manage things like environment variables.", "main": "index.js", "bin": { "react-native-schemes-manager": "index.js" @@ -30,7 +31,8 @@ "bugs": { "url": "https://github.com/Thinkmill/react-native-schemes-manager/issues" }, - "homepage": "https://github.com/Thinkmill/react-native-schemes-manager#readme", + "homepage": + "https://github.com/Thinkmill/react-native-schemes-manager#readme", "dependencies": { "chalk": "^1.1.3", "glob": "^7.1.1",