From 228e5664d4e4f10d5c7723280ce73e104b9120cc Mon Sep 17 00:00:00 2001 From: Brian DiChiara Date: Tue, 14 Jan 2025 18:25:05 -0600 Subject: [PATCH] v1.0.6: Version bump --- package-lock.json | 2 +- package.json | 2 +- packages.json | 2 +- viget-blocks-toolkit.php | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ca686d..8140b77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "viget-blocks-toolkit", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index cb24a34..02acef5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "viget-blocks-toolkit", - "version": "1.0.5", + "version": "1.0.6", "description": "Custom Block support and button icons.", "author": "Viget", "license": "GPL-2.0-or-later", diff --git a/packages.json b/packages.json index b583b07..11b01c2 100644 --- a/packages.json +++ b/packages.json @@ -1,7 +1,7 @@ { "package": { "name": "viget/viget-blocks-toolkit", - "version": "1.0.5", + "version": "1.0.6", "source": { "url": "/root/path/not/relative/path/to/viget-blocks-toolkit/.git", "type": "git", diff --git a/viget-blocks-toolkit.php b/viget-blocks-toolkit.php index 46ae6df..f2df004 100644 --- a/viget-blocks-toolkit.php +++ b/viget-blocks-toolkit.php @@ -3,7 +3,7 @@ * Plugin Name: Viget Blocks Toolkit * Plugin URI: https://viget.com * Description: Simplifying Block Registration and other additional features. - * Version: 1.0.5 + * Version: 1.0.6 * Requires at least: 5.7 * Requires PHP: 8.1 * Requires Plugins: advanced-custom-fields-pro @@ -18,7 +18,7 @@ */ // Plugin version. -const VGTBT_VERSION = '1.0.5'; +const VGTBT_VERSION = '1.0.6'; // Plugin path. define( 'VGTBT_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );