Skip to content

Commit ecc080b

Browse files
committed
chore: release v2.0.4
1 parent e15d800 commit ecc080b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nitro-version-check",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "A lightweight, fast version-checking library for React Native, powered by Nitro Modules",
55
"main": "lib/index",
66
"module": "lib/index",
@@ -89,7 +89,9 @@
8989
"npm": {
9090
"publish": true,
9191
"skipChecks": true,
92-
"publishArgs": ["--provenance --access public"]
92+
"publishArgs": [
93+
"--provenance --access public"
94+
]
9395
},
9496
"github": {
9597
"release": true

0 commit comments

Comments
 (0)