You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@capacitor/privacy-screen",
3
-
"version": "0.0.1",
3
+
"version": "1.0.0",
4
4
"description": "The Privacy Screen plugin provides functionality to prevent sensitive information from being visible in app switchers and when leaving an app.",
5
5
"main": "./dist/plugin.cjs",
6
6
"module": "./dist/plugin.mjs",
@@ -37,7 +37,7 @@
37
37
"native"
38
38
],
39
39
"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",
0 commit comments