Skip to content

Commit

Permalink
Merge branch 'master' of github.com:theajack/disable-devtool
Browse files Browse the repository at this point in the history
  • Loading branch information
theajack committed Feb 17, 2023
2 parents d8808ae + 6544ad7 commit 192fcf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"release": "node scripts/push-release.js"
},
"name": "disable-devtool",
"version": "0.3.0",
"version": "0.3.3",
"description": "Disable web developer tools from the f12 button, right-click and browser ",
"main": "disable-devtool.min.js",
"unpkg": "disable-devtool.min.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.3.0';
export default '0.3.3';

0 comments on commit 192fcf1

Please sign in to comment.