Skip to content

Commit

Permalink
1.5.0 version bumps.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Aug 10, 2023
1 parent 6b62d5f commit cadc880
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.5.0-beta1
* Version: 1.5.0
* 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.5.0-beta1-1690568506808' );
define( 'CBOXOL_ASSET_VER', '1.5.0-beta1-1690568506808' );
define( 'CBOXOL_PLUGIN_VER', '1.5.0-1691676685352' );
define( 'CBOXOL_ASSET_VER', '1.5.0-1691676685352' );

// @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.5.0-beta1",
"version": "1.5.0",
"description": "Functionality plugin for the OpenLab package of Commons In A Box",
"main": "assets/js/app.js",
"directories": {
Expand Down

0 comments on commit cadc880

Please sign in to comment.