Skip to content

Commit 30c5cd9

Browse files
committed
chore: update version
1 parent e5c572b commit 30c5cd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-a11y-order",
3-
"version": "0.1.0",
3+
"version": "0.2.0-rc",
44
"description": "test",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -32,6 +32,7 @@
3232
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3333
"prepack": "bob build",
3434
"release": "release-it",
35+
"release-no-increment": "release-it --no-increment",
3536
"example": "yarn --cwd example",
3637
"bootstrap": "yarn example && yarn install && yarn example pods",
3738
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build"

0 commit comments

Comments
 (0)