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