diff --git a/package.json b/package.json index edd9254..2490e44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/device-security-detect", - "version": "0.0.1", + "version": "1.0.0", "description": "The Device Security Detect plugin is designed to provide comprehensive device security detection capabilities for Capacitor-based applications. It aims to detect the device has been rooted (Android) or jailbroken (iOS). By using this plugin, developers can enhance the security of their applications and take appropriate actions based on the detected security status.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",