From 9111605ed72c1aa0cb7d8b3561ba6ac419032554 Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Sat, 8 Apr 2017 00:29:30 +0200 Subject: [PATCH] Bump version number --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2d1ce14..7a4ca5c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,9 @@ { "name": "react-native-i18n", - "version": "1.0.0", - "description": "React Native and I18n.js integration", + "version": "2.0.0", + "description": "Provide I18n to your React Native application", + "license": "MIT", + "author": "Alexander Zaytsev", "main": "index.js", "repository": { "type": "git", @@ -13,8 +15,6 @@ "ios", "i18n" ], - "author": "Alexander Zaytsev", - "license": "MIT", "dependencies": { "i18n-js": "github:fnando/i18n-js#v3.0.0" }