Skip to content

Commit

Permalink
1.4.0-alpha version bumps (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
imath authored Feb 13, 2024
1 parent a22da92 commit 0f69166
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion class-bp-classic.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: BP Classic
* Plugin URI: https://github.com/buddypress/bp-classic
* Description: BuddyPress Classic backwards compatibility add-on.
* Version: 1.3.0
* Version: 1.4.0-alpha
* Author: The BuddyPress Community
* Author URI: https://buddypress.org
* License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion inc/globals.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
function bp_classic_globals() {
$bpc = bp_classic();

$bpc->version = '1.3.0';
$bpc->version = '1.4.0-alpha';

// Paths.
$inc_dir = plugin_dir_path( __FILE__ );
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bp-classic",
"version": "1.3.0",
"version": "1.4.0-alpha",
"description": "BuddyPress Classic backward compatibility plugin.",
"scripts": {
"bpdefault": "rm -rf archive.zip themes/bp-default && curl -L -o 'archive.zip' https://github.com/buddypress/BP-Default/archive/prepare/bp-classic-moving.zip && unzip -qq archive.zip -d themes && mv themes/BP-Default-prepare-bp-classic-moving themes/bp-default",
Expand Down

0 comments on commit 0f69166

Please sign in to comment.