Skip to content

Commit bf73c62

Browse files
garysmurrayclaude
andcommitted
chore: bump version to 0.1.1
Bump plugin header, HEY_WOO_VERSION constant, and package.json / package-lock.json roots from 0.1.0 to 0.1.1 so the Release Plugin workflow (which validates the input version against the header) can publish v0.1.1. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9f0da3e commit bf73c62

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

hey-woo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Hey Woo
44
* Plugin URI: https://woocommerce.com/
55
* Description: Makes any WooCommerce store AI-operable — structured knowledge API, readiness scoring, and developer hooks for AI agents.
6-
* Version: 0.1.0
6+
* Version: 0.1.1
77
* Author: Automattic
88
* Author URI: https://automattic.com/
99
* Text Domain: hey-woo
@@ -21,7 +21,7 @@
2121

2222
defined( 'ABSPATH' ) || exit;
2323

24-
define( 'HEY_WOO_VERSION', '0.1.0' );
24+
define( 'HEY_WOO_VERSION', '0.1.1' );
2525
define( 'HEY_WOO_PLUGIN_FILE', __FILE__ );
2626
define( 'HEY_WOO_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
2727

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hey-woo",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Makes any WooCommerce store AI-operable",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)