From 333a1a2651cba22b8158c9e875fb08fca8f5093f Mon Sep 17 00:00:00 2001 From: Pedro Belo Date: Tue, 6 Dec 2016 17:53:31 -0800 Subject: [PATCH] v0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69f15e8..8223dc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-config", - "version": "0.1.1", + "version": "0.2.0", "description": "Expose config variables to React Native apps", "keywords": ["env", "config", "config-var", "react-native", "android", "ios", "12factor"], "homepage": "https://github.com/luggg/react-native-config",