Skip to content

Commit 9ecb88c

Browse files
committed
1.8.0-beta1 version bumps.
1 parent 5abe51e commit 9ecb88c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cbox-openlab-core.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
* Description: Core functionality for CBOX-OpenLab
66
* Text Domain: cbox-openlab-core
77
* Domain Path: /languages
8-
* Version: 1.7.1
8+
* Version: 1.8.0-beta1
99
* Network: true
1010
*/
1111

1212
define( 'CBOXOL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
1313
define( 'CBOXOL_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
1414
define( 'CBOXOL_PLUGIN_ROOT_FILE', __FILE__ );
15-
define( 'CBOXOL_PLUGIN_VER', '1.7.1-1767889139240' );
16-
define( 'CBOXOL_ASSET_VER', '1.7.1-1767889139240' );
15+
define( 'CBOXOL_PLUGIN_VER', '1.8.0-beta1-1780946908580' );
16+
define( 'CBOXOL_ASSET_VER', '1.8.0-beta1-1780946908580' );
1717

1818
// @todo Organize this in a meaningful way.
1919
function cboxol_init() {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cbox-openlab-core",
3-
"version": "1.7.1",
3+
"version": "1.8.0-beta1",
44
"description": "Functionality plugin for the OpenLab package of Commons In A Box",
55
"main": "assets/js/app.js",
66
"directories": {

0 commit comments

Comments
 (0)