From 482eb20e89b2f5aab46570ea759fb46723c22850 Mon Sep 17 00:00:00 2001 From: Tyler Stokes Date: Thu, 15 Jun 2023 10:21:22 -0500 Subject: [PATCH] Push new version --- README.txt | 6 +++--- package.json | 2 +- security-txt.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index 07b19e0..c6b3c00 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Plugin Name: Security-TXT Tags: security, infosec, netsec, security.txt, disclosure, bug bounty Requires at least: 5.0 Tested up to: 6.2.2 -Stable tag: 1.0.5 +Stable tag: 1.0.6 Requires PHP: 7.0 License: GPLv3 or later License URI: https://github.com/tstokes8040/security-txt/blob/main/LICENSE.txt @@ -31,10 +31,10 @@ We welcome development to make this plugin even better! Create your [pull reques == Changelog == -= 1.0.5 = += 1.0.6 = * Initial release. == Upgrade Notice == -= 1.0.5 = += 1.0.6 = * Initial release. diff --git a/package.json b/package.json index c74bb60..0f27607 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "security-txt", - "version": "1.054", + "version": "1.0.6", "author": "Tyler Stokes ", "license": "GPLv3 or later", "main": "security-txt.php", diff --git a/security-txt.php b/security-txt.php index 85b543d..4bd38a3 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.4 + * Version: 1.0.6 * Author: Tyler Stokes * Author URI: https://tswebservices.com/ * License: GPLv3 or later