Skip to content

Commit 66cb655

Browse files
authored
Merge pull request #14 from woocommerce/chore/bump-version-0.1.1
chore: bump version to 0.1.1
2 parents 9f0da3e + bf73c62 commit 66cb655

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)