diff --git a/README.md b/README.md index 6c8f5ee..3700380 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Tested up to: 5.8 Requires PHP: 5.6 License: GPLv2 or Later License URI: http://www.gnu.org/licenses/gpl-2.0.txt -Stable tag: 3.4.4 +Stable tag: 3.4.5 Edit the permalink of custom post type. diff --git a/custom-post-type-permalinks.php b/custom-post-type-permalinks.php index 038be03..16edf56 100644 --- a/custom-post-type-permalinks.php +++ b/custom-post-type-permalinks.php @@ -5,13 +5,13 @@ * Description: Add post archives of custom post type and customizable permalinks. * Author: Toro_Unit * Author URI: https://torounit.com/ - * Version: 3.4.4 + * Version: 3.4.5 * Text Domain: custom-post-type-permalinks * License: GPL2 or later * Domain Path: /language/ * * @package Custom_Post_Type_Permalinks - * @version 3.4.4 + * @version 3.4.5 */ define( 'CPTP_PLUGIN_FILE', __FILE__ ); diff --git a/package-lock.json b/package-lock.json index a492293..c2b6e60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "custom-post-type-permalinks", - "version": "3.4.4", + "version": "3.4.5", "lockfileVersion": 1 } diff --git a/package.json b/package.json index 60985fa..d9979d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "custom-post-type-permalinks", - "version": "3.4.4", + "version": "3.4.5", "description": "Custom Post Type Permalinks allow you edit the permalink structure of custom post type.", "private": true, "directories": {