Skip to content

Commit 4567656

Browse files
committed
1.6.0 version bumps.
1 parent 9cb25fd commit 4567656

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cbox-openlab-core.php

+3-3
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.6.0-beta1
8+
* Version: 1.6.0
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.6.0-beta1-1722879748215' );
16-
define( 'CBOXOL_ASSET_VER', '1.6.0-beta1-1722879748215' );
15+
define( 'CBOXOL_PLUGIN_VER', '1.6.0-1723126501946' );
16+
define( 'CBOXOL_ASSET_VER', '1.6.0-1723126501946' );
1717

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cbox-openlab-core",
3-
"version": "1.6.0-beta1",
3+
"version": "1.6.0",
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)