Skip to content

Commit

Permalink
v1.0.6: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-viget committed Jan 15, 2025
1 parent b77a7ee commit 228e566
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions viget-blocks-toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ ) );
Expand Down

0 comments on commit 228e566

Please sign in to comment.