Skip to content

Commit a39eab3

Browse files
committed
v1.0.9: Version bump
1 parent 27503d0 commit a39eab3

4 files changed

+5
-5
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "viget-blocks-toolkit",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Custom Block support and button icons.",
55
"author": "Viget",
66
"license": "GPL-2.0-or-later",

packages.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"name": "viget/viget-blocks-toolkit",
4-
"version": "1.0.8",
4+
"version": "1.0.9",
55
"source": {
66
"url": "/root/path/not/relative/path/to/viget-blocks-toolkit/.git",
77
"type": "git",

viget-blocks-toolkit.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Viget Blocks Toolkit
44
* Plugin URI: https://viget.com
55
* Description: Simplifying Block Registration and other additional features.
6-
* Version: 1.0.8
6+
* Version: 1.0.9
77
* Requires at least: 5.7
88
* Requires PHP: 8.1
99
* Requires Plugins: advanced-custom-fields-pro
@@ -18,7 +18,7 @@
1818
*/
1919

2020
// Plugin version.
21-
const VGTBT_VERSION = '1.0.8';
21+
const VGTBT_VERSION = '1.0.9';
2222

2323
// Plugin path.
2424
define( 'VGTBT_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );

0 commit comments

Comments
 (0)