Skip to content

Commit

Permalink
Version bump 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kikodoran committed Apr 27, 2015
1 parent 97d2093 commit a4775ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions timeapp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: TimeApp
* Plugin URI: http://ingroupconsulting.com/
* Description: Time Management's internal workflow tool
* Version: 1.3.1
* Version: 1.3.2
* Author: Kiko Doran
* Author URI: http://ingroupconsulting.com/
* Text Domain: timeapp
Expand Down Expand Up @@ -95,7 +95,7 @@ public function __wakeup() {
*/
private function setup_constants() {
// Plugin version
define( 'TIMEAPP_VER', '1.3.1' );
define( 'TIMEAPP_VER', '1.3.2' );

// Plugin path
define( 'TIMEAPP_DIR', plugin_dir_path( __FILE__ ) );
Expand Down

0 comments on commit a4775ca

Please sign in to comment.