diff --git a/README.md b/README.md index d85004f..56a4e8a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Tested up to: 6.6 Requires PHP: 7.4 License: GPLv2 or Later License URI: http://www.gnu.org/licenses/gpl-2.0.txt -Stable tag: 3.5.2 +Stable tag: 3.5.3 Edit the permalink of custom post type. diff --git a/custom-post-type-permalinks.php b/custom-post-type-permalinks.php index 81e8195..66cc5aa 100644 --- a/custom-post-type-permalinks.php +++ b/custom-post-type-permalinks.php @@ -5,7 +5,7 @@ * Description: Add post archives of custom post type and customizable permalinks. * Author: Toro_Unit * Author URI: https://torounit.com/ - * Version: 3.5.2 + * Version: 3.5.3 * Text Domain: custom-post-type-permalinks * License: GPL2 or later * Domain Path: /language/ @@ -13,7 +13,7 @@ * Requires PHP: 7.4 * * @package Custom_Post_Type_Permalinks - * @version 3.5.2 + * @version 3.5.3 */ define( 'CPTP_PLUGIN_FILE', __FILE__ ); diff --git a/package-lock.json b/package-lock.json index 0ab0af6..429a348 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "custom-post-type-permalinks", - "version": "3.5.2", + "version": "3.5.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "custom-post-type-permalinks", - "version": "3.5.2", + "version": "3.5.3", "license": "GPL-2.0+" } } diff --git a/package.json b/package.json index d63f686..311a797 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "custom-post-type-permalinks", - "version": "3.5.2", + "version": "3.5.3", "description": "Custom Post Type Permalinks allow you edit the permalink structure of custom post type.", "private": true, "directories": {