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", "name": "react-native-i18n",
"version": "2.0.9", "version": "2.0.10",
"description": "Provide I18n to your React Native application", "description": "Provide I18n to your React Native application",
"license": "MIT", "license": "MIT",
"author": "Alexander Zaytsev", "author": "Alexander Zaytsev",
@ -9,12 +9,7 @@
"type": "git", "type": "git",
"url": "github.com/AlexanderZaytsev/react-native-i18n.git" "url": "github.com/AlexanderZaytsev/react-native-i18n.git"
}, },
"keywords": [ "keywords": ["react-native", "react-component", "ios", "i18n"],
"react-native",
"react-component",
"ios",
"i18n"
],
"dependencies": { "dependencies": {
"i18n-js": "^3.0.2" "i18n-js": "^3.0.2"
} }