Skip to content

Commit 6e088b8

Browse files
committed
chore: bump version to 2.0.0-beta.1 in package.json
1 parent decf7e2 commit 6e088b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@iterable/react-native-sdk",
3-
"version": "2.0.0-beta",
3+
"version": "2.0.0-beta.1",
44
"description": "Iterable SDK for React Native.",
55
"source": "./src/index.tsx",
66
"main": "./lib/module/index.js",
77
"types": "./lib/typescript/src/index.d.ts",
88
"exports": {
99
".": {
1010
"types": "./lib/typescript/src/index.d.ts",
11-
"default": "./lib/module/index.js"
12-
},
11+
"default": "./lib/module/index.js"
12+
},
1313
"./package.json": "./package.json"
1414
},
1515
"files": [

0 commit comments

Comments
 (0)