Skip to content

Commit 783b19c

Browse files
committed
Product version bump update
1 parent b370ebb commit 783b19c

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: woocommerce, pinterest, advertise
44
Requires at least: 5.6
55
Tested up to: 5.8
66
Requires PHP: 7.3
7-
Stable tag: 1.0.0
7+
Stable tag: 1.0.1
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -2,7 +2,7 @@
22
"name": "pinterest-for-woocommerce",
33
"title": "Pinterest for WooCommerce",
44
"description": "Pinterest for WooCommerce",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"main": "gulpfile.js",
77
"repository": {
88
"type": "git",

pinterest-for-woocommerce.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Plugin Name: Pinterest for WooCommerce
1414
* Plugin URI: https://woocommerce.com/products/pinterest-for-woocommerce/
1515
* Description: Grow your business on Pinterest! Use this official plugin to allow shoppers to Pin products while browsing your store, track conversions, and advertise on Pinterest.
16-
* Version: 1.0.0
16+
* Version: 1.0.1
1717
* Author: WooCommerce
1818
* Author URI: https://woocommerce.com
1919
* License: GPL-2.0+
@@ -44,7 +44,7 @@
4444
}
4545

4646
define( 'PINTEREST_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ );
47-
define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.0.0' ); // WRCS: DEFINED_VERSION.
47+
define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.0.1' ); // WRCS: DEFINED_VERSION.
4848

4949
/**
5050
* Autoload packages.

src/Compat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Compat {
2222
/**
2323
* Helper function to check if UI should show tasks.
2424
*
25-
* @since x.x.x
25+
* @since 1.0.1
2626
* @return bool
2727
*/
2828
public static function should_show_tasks(): bool {

0 commit comments

Comments
 (0)