Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost1227 committed Dec 11, 2015
1 parent d6aa9b9 commit 3170479
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions includes/class.loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private function setup_constants() {

// Plugin version
if( ! defined( 'PRINTCENTER_VER' ) ) {
define( 'PRINTCENTER_VER', '0.0.1' );
define( 'PRINTCENTER_VER', '1.0.0' );
}

// Plugin path
Expand Down Expand Up @@ -294,4 +294,4 @@ public function plugin_activation() {

tgmpa( $plugins, $config );
}
}
}
4 changes: 2 additions & 2 deletions printcenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: PrintCenter
* Plugin URI: http://customerprintcenter.com
* Description: Provides the server components for the Customer Print Center aspect of Grow Thrive Print
* Version: 0.0.1
* Version: 1.0.0
* Author: Daniel J Griffiths
* Author URI: http://section214.com
* Text Domain: printcenter
Expand Down Expand Up @@ -80,4 +80,4 @@ public static function instance() {
function PrintCenter() {
return PrintCenter::instance();
}
add_action( 'plugins_loaded', 'printcenter', 9 );
add_action( 'plugins_loaded', 'printcenter', 9 );

0 comments on commit 3170479

Please sign in to comment.