Skip to content

Commit becaf29

Browse files
authored
Merge pull request #20 from woocommerce/chore/bump-version-0.1.2
chore: bump version to 0.1.2
2 parents aa2c7a2 + 9368d23 commit becaf29

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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": "woocommerce-claude",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Makes any WooCommerce store AI-operable",
55
"private": true,
66
"scripts": {

woocommerce-claude.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WooCommerce for Claude
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.1
6+
* Version: 0.1.2
77
* Author: Automattic
88
* Author URI: https://automattic.com/
99
* Text Domain: woocommerce-claude
@@ -21,7 +21,7 @@
2121

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

24-
define( 'WOOCOMMERCE_CLAUDE_VERSION', '0.1.1' );
24+
define( 'WOOCOMMERCE_CLAUDE_VERSION', '0.1.2' );
2525
define( 'WOOCOMMERCE_CLAUDE_PLUGIN_FILE', __FILE__ );
2626
define( 'WOOCOMMERCE_CLAUDE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
2727

0 commit comments

Comments
 (0)