Skip to content

Commit

Permalink
1.5.0-beta1 version bumps.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Jul 28, 2023
1 parent 113d774 commit 6b62d5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cbox-openlab-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* Description: Core functionality for CBOX-OpenLab
* Text Domain: cbox-openlab-core
* Domain Path: /languages
* Version: 1.4.0
* Version: 1.5.0-beta1
* Network: true
*/

define( 'CBOXOL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'CBOXOL_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'CBOXOL_PLUGIN_ROOT_FILE', __FILE__ );
define( 'CBOXOL_PLUGIN_VER', '1.4.0-beta3-1673628876792' );
define( 'CBOXOL_ASSET_VER', '1.4.0-beta3-1673628876792' );
define( 'CBOXOL_PLUGIN_VER', '1.5.0-beta1-1690568506808' );
define( 'CBOXOL_ASSET_VER', '1.5.0-beta1-1690568506808' );

// @todo Organize this in a meaningful way.
function cboxol_init() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cbox-openlab-core",
"version": "1.4.0",
"version": "1.5.0-beta1",
"description": "Functionality plugin for the OpenLab package of Commons In A Box",
"main": "assets/js/app.js",
"directories": {
Expand Down

0 comments on commit 6b62d5f

Please sign in to comment.