Skip to content

Commit 0cd820a

Browse files
committed
Tested npm run version.
1 parent 555ccdb commit 0cd820a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

plugins/hwp-previews/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "wordpress-plugin",
44
"description": "A WordPress plugin for headless previews.",
55
"license": "GPL-2.0",
6-
"version": "0.0.4",
6+
"version": "0.0.5",
77
"authors": [
88
{
99
"name": "WP Engine Headless OSS Development Team",

plugins/hwp-previews/hwp-previews.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author: WPEngine Headless OSS Team
88
* Author URI: https://github.com/wpengine
99
* Update URI: https://github.com/wpengine/hwptoolkit
10-
* Version: 0.0.4
10+
* Version: 0.0.5
1111
* Text Domain: hwp-previews
1212
* Domain Path: /languages
1313
* Requires at least: 6.0
@@ -67,7 +67,7 @@ function hwp_previews_init(): void {
6767
*/
6868
function hwp_previews_constants(): void {
6969
if ( ! defined( 'HWP_PREVIEWS_VERSION' ) ) {
70-
define( 'HWP_PREVIEWS_VERSION', '0.0.4' );
70+
define( 'HWP_PREVIEWS_VERSION', '0.0.5' );
7171
}
7272

7373
if ( ! defined( 'HWP_PREVIEWS_PLUGIN_DIR' ) ) {

plugins/hwp-previews/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: GraphQL, Headless, Previews, WPGraphQL, React, Rest
44
Requires at least: 6.0
55
Tested up to: 6.8.1
66
Requires PHP: 7.4
7-
Stable tag: 0.0.4
7+
Stable tag: 0.0.5
88
License: GPL-2.0
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

plugins/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
}
3030
},
3131
"wpengine/wp-graphql-webhooks": {
32-
"0.0.2": {
32+
"0.0.1": {
3333
"name": "wpengine/wp-graphql-webhooks",
34-
"version": "0.0.2",
34+
"version": "0.0.1",
3535
"type": "wordpress-plugin",
3636
"description": "Headless webhooks for WPGraphQL",
3737
"homepage": "https://github.com/wpengine/hwptoolkit",

0 commit comments

Comments
 (0)