diff --git a/README.md b/README.md index 97cd7a5..4927334 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ npm run build ## Contributing Pull requests are welcome. For major changes, please open an issue first -to discuss what you would like to change. +to discuss what you would like to change. ## License diff --git a/package.json b/package.json index d77344d..740b5ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "security-txt", - "version": "1.0.0", + "version": "1.0.1", "author": "Tyler Stokes ", "license": "GPLv3 or later", "main": "security-txt.php", @@ -15,9 +15,7 @@ "lint:pkg-json": "wp-scripts lint-pkg-json", "packages-update": "wp-scripts packages-update", "plugin-zip": "wp-scripts plugin-zip", - "start": "wp-scripts start", - "test:e2e": "wp-scripts test-e2e", - "test:unit": "wp-scripts test-unit-js" + "start": "wp-scripts start" }, "dependencies": {}, "devDependencies": { diff --git a/security-txt.php b/security-txt.php index de5b7b7..de64c79 100644 --- a/security-txt.php +++ b/security-txt.php @@ -4,7 +4,7 @@ * Description: Creates a security.txt file with contact info. * Plugin Name: Security TXT * Plugin URI: - * Version: 1.0.0 + * Version: 1.0.1 * Author: Tyler Stokes * Author URI: https://tswebservices.com/ * License: GPLv3 or later