Bump version number

This commit is contained in:
Mathieu Acthernoene 2017-08-02 11:33:45 +02:00
parent 84a87fa49a
commit dba1000fa7
1 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "react-native-i18n",
"version": "2.0.2",
"version": "2.0.3",
"description": "Provide I18n to your React Native application",
"license": "MIT",
"author": "Alexander Zaytsev",
@ -9,12 +9,7 @@
"type": "git",
"url": "github.com/AlexanderZaytsev/react-native-i18n.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"i18n"
],
"keywords": ["react-native", "react-component", "ios", "i18n"],
"dependencies": {
"i18n-js": "github:fnando/i18n-js#v3.0.1"
}