Bump version number
This commit is contained in:
parent
4bdc4bf77a
commit
8fa789d984
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue