Skip to content

Commit 2bb7d2b

Browse files
author
amoreno
committed
Release 0.3.5
1 parent 157cf02 commit 2bb7d2b

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-version-number",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Access app version inside React Native",
55
"main": "index.js",
66
"scripts": {
@@ -11,8 +11,18 @@
1111
"type": "git",
1212
"url": "https://github.com/APSL/react-native-version-number.git"
1313
},
14-
"tags": ["react", "react-native", "react-component", "ios"],
15-
"keywords": ["react", "react-native", "ios", "react-component"],
14+
"tags": [
15+
"react",
16+
"react-native",
17+
"react-component",
18+
"ios"
19+
],
20+
"keywords": [
21+
"react",
22+
"react-native",
23+
"ios",
24+
"react-component"
25+
],
1626
"author": "Alvaro Medina Ballester <amedina@apsl.net>",
1727
"license": "MIT",
1828
"bugs": {

0 commit comments

Comments
 (0)