Skip to content

Commit

Permalink
Version bump to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
roccotripaldi committed Oct 27, 2016
1 parent dec9353 commit 3909908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion class.jetpack-onboarding-end-points.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Jetpack_Onboarding_EndPoints {
const BUSINESS_ADDRESS_SAVED_KEY = 'jpo_business_address_saved';
const MAX_THEMES = 3;
const NUM_RAND_THEMES = 3;
const VERSION = "1.4";
const VERSION = "1.5";
const WOOCOMMERCE_ID = 'woocommerce/woocommerce.php';
const WOOCOMMERCE_SLUG = 'woocommerce';

Expand Down
2 changes: 1 addition & 1 deletion jetpack-onboarding.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Jetpack Onboarding
* Plugin URI: https://github.com/automattic/jetpack-onboarding
* Description: Jetpack Onboarding Wizard.
* Version: 1.4
* Version: 1.5
*/

defined( 'JETPACK_ONBOARDING_BASE_DIR' ) or define( 'JETPACK_ONBOARDING_BASE_DIR', dirname( __FILE__ ) );
Expand Down

0 comments on commit 3909908

Please sign in to comment.