diff --git a/README.md b/README.md index 2b347e7..a6185fd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # @shipsecure/eslint-plugin-next -> [!WARNING] -> This plugin is currently in beta and is not yet ready for production use. - ## Overview `@shipsecure/eslint-plugin-next` is a custom ESLint plugin designed to enhance the security of Next.js applications by identifying potentially insecure patterns in code. This plugin offers a set of rules specifically tailored to prevent common security pitfalls in Next.js, encouraging best practices and securing your app's frontend and backend code. diff --git a/package.json b/package.json index 696df40..7af3de6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shipsecure/eslint-plugin-next", - "version": "0.0.9", + "version": "1.0.1", "description": "Secure your Next.js applications with @shipsecure/eslint-plugin-next, an ESLint plugin designed to detect and prevent common security vulnerabilities.", "main": "dist/index.js", "scripts": {