Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
johnHackworth committed Sep 6, 2016
1 parent 534455c commit ebaed1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -7,7 +7,7 @@ class Jetpack_Onboarding_EndPoints {
const CONTACTPAGE_ID_KEY = 'jpo_contactpage_id';
const MAX_THEMES = 3;
const NUM_RAND_THEMES = 3;
const VERSION = "1.3";
const VERSION = "1.4";

//static $default_themes = array( 'writr', 'flounder', 'sorbet', 'motif', 'hexa', 'twentyfourteen', 'twentytwelve', 'responsive', 'bushwick', 'singl', 'tonal', 'fontfolio', 'hemingway-rewritten', 'skylark' , 'twentythirteen' , 'twentyeleven' );
static $themes;
Expand Down
2 changes: 1 addition & 1 deletion dist/jetpack-onboarding.css.map

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

2 changes: 1 addition & 1 deletion dist/vendor.bundle.js.map

Large diffs are not rendered by default.

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.3
* Version: 1.4
*/

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

0 comments on commit ebaed1b

Please sign in to comment.