Skip to content

Commit 7738984

Browse files
authored
Merge pull request #163 from Automattic/release/1.0.17
Release 1.0.17
2 parents bc2411d + f989d05 commit 7738984

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": "vip-governance",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "This is a plugin adding additional governance capabilities to the block editor.",
55
"private": true,
66
"author": "WPVIP",

vip-governance.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Add additional governance capabilities to the block editor.
66
* Author: WordPress VIP
77
* Text Domain: vip-governance
8-
* Version: 1.0.16
8+
* Version: 1.0.17
99
* Requires at least: 6.8
1010
* Tested up to: 7.1
1111
* Requires PHP: 8.2
@@ -74,7 +74,7 @@ function vip_governance_pre_init(): bool {
7474
}
7575

7676
define( 'VIP_GOVERNANCE_LOADED', true );
77-
define( 'WPCOMVIP__GOVERNANCE__PLUGIN_VERSION', '1.0.16' );
77+
define( 'WPCOMVIP__GOVERNANCE__PLUGIN_VERSION', '1.0.17' );
7878
define( 'WPCOMVIP__GOVERNANCE__RULES_SCHEMA_VERSION', '1.0.0' );
7979

8080
if ( ! defined( 'WPCOMVIP_GOVERNANCE_ROOT_PLUGIN_FILE' ) ) {

0 commit comments

Comments
 (0)