Bump version number

This commit is contained in:
Mathieu Acthernoene 2017-12-21 12:08:00 +01:00
parent 4bdc4bf77a
commit 8fa789d984
1 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "react-native-i18n",
"version": "2.0.9",
"version": "2.0.10",
"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": "^3.0.2"
}