Skip to content

Commit 1a21d2d

Browse files
authored
Merge pull request #105 from Automattic/release/v0.1.8
v0.1.8
2 parents 941e2b4 + 3cab352 commit 1a21d2d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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-real-time-collaboration",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Real-time collaboration plugin for WordPress VIP",
55
"main": "build/index.js",
66
"keywords": [

vip-real-time-collaboration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Author: WPVIP
77
* Author URI: https://wpvip.com
88
* Text Domain: vip-real-time-collaboration
9-
* Version: 0.1.7
9+
* Version: 0.1.8
1010
* Requires at least: 6.7
1111
* Requires PHP: 8.2
1212
*/
@@ -34,7 +34,7 @@
3434
define( 'VIP_REAL_TIME_COLLABORATION__LOADED', true );
3535
define( 'VIP_REAL_TIME_COLLABORATION__PLUGIN_ROOT', __FILE__ );
3636
define( 'VIP_REAL_TIME_COLLABORATION__PLUGIN_DIRECTORY', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
37-
define( 'VIP_REAL_TIME_COLLABORATION__PLUGIN_VERSION', '0.1.7' );
37+
define( 'VIP_REAL_TIME_COLLABORATION__PLUGIN_VERSION', '0.1.8' );
3838

3939
// Autoloader
4040
require_once __DIR__ . '/vendor/autoload.php';

0 commit comments

Comments
 (0)