Skip to content

Commit 57a6ef4

Browse files
committed
chore(release): 1.0.0
1 parent e10723d commit 57a6ef4

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,6 +1,6 @@
11
{
22
"name": "@capacitor/privacy-screen",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "The Privacy Screen plugin provides functionality to prevent sensitive information from being visible in app switchers and when leaving an app.",
55
"main": "./dist/plugin.cjs",
66
"module": "./dist/plugin.mjs",
@@ -37,7 +37,7 @@
3737
"native"
3838
],
3939
"scripts": {
40-
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
40+
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
4141
"verify:ios": "xcodebuild -scheme CapacitorPrivacyScreen -destination generic/platform=iOS",
4242
"verify:android": "cd android && ./gradlew clean build test && cd ..",
4343
"verify:web": "npm run build",
@@ -96,4 +96,4 @@
9696
"src": "android"
9797
}
9898
}
99-
}
99+
}

0 commit comments

Comments
 (0)