Skip to content

Commit

Permalink
Bump up the version of the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ingeniumed committed Sep 18, 2024
1 parent 358667d commit c66c5f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vip-workflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Adding additional editorial workflow capabilities to WordPress.
* Author: WordPress VIP
* Text Domain: vip-workflow
* Version: 0.2.0
* Version: 0.3.0
* Requires at least: 6.2
* Requires PHP: 8.0
* License: GPL-3
Expand Down Expand Up @@ -36,7 +36,7 @@
}

// Define contants
define( 'VIP_WORKFLOW_VERSION', '0.2.0' );
define( 'VIP_WORKFLOW_VERSION', '0.3.0' );
define( 'VIP_WORKFLOW_ROOT', __DIR__ );
define( 'VIP_WORKFLOW_URL', plugins_url( '/', __FILE__ ) );
define( 'VIP_WORKFLOW_SETTINGS_PAGE', add_query_arg( 'page', 'vw-settings', get_admin_url( null, 'admin.php' ) ) );
Expand Down

0 comments on commit c66c5f6

Please sign in to comment.