From 3cd14c3a4953116c1ee3c69cd18442fd271361df Mon Sep 17 00:00:00 2001 From: helgatheviking <507025+helgatheviking@users.noreply.github.com> Date: Wed, 24 Apr 2024 14:55:48 -0400 Subject: [PATCH] version bump 4.0.1 --- kia-subtitle.php | 4 ++-- package.json | 2 +- readme.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kia-subtitle.php b/kia-subtitle.php index 81429b3..383642e 100644 --- a/kia-subtitle.php +++ b/kia-subtitle.php @@ -4,7 +4,7 @@ * Plugin URI: http://www.kathyisawesome.com/436/kia-subtitle/ * Description: Adds a subtitle field to WordPress' Post editor * Author: Kathy Darling - * Version: 4.0.1-beta.4 + * Version: 4.0.1 * Author URI: http://www.kathyisawesome.com * License: GPL3 * Text Domain: kia-subtitle @@ -47,7 +47,7 @@ class KIA_Subtitle { * @var KIA_Subtitle The single instance of the class * @since 1.6 */ - public $version = '4.0.1-beta.4'; + public $version = '4.0.1'; /** * @constant string donate url diff --git a/package.json b/package.json index 84025fd..b5d451d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kia-subtitle", - "version": "4.0.1-beta.4", + "version": "4.0.1", "description": "Adds a subtitle field to WordPress' Post editor", "main": "Gruntfile.js", "license": "GPL-3.0", diff --git a/readme.txt b/readme.txt index 69cf09f..1ab777c 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/kathyisawesome Tags: subtitle, simple Requires at least: 6.1 Tested up to: 6.5.0 -Stable tag: 4.0.1-beta.4 +Stable tag: 4.0.1 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html