Skip to content

Commit

Permalink
Update pootlepress-top-nav-manager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan committed Jun 16, 2015
1 parent 26dfd40 commit bf64309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pootlepress-top-nav-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Canvas Extension - Top Nav Manager
Plugin URI: http://pootlepress.com/
Description: An extension for WooThemes Canvas that allow you to manage top navigation.
Version: 1.3
Version: 1.3.1
Author: PootlePress
Author URI: http://pootlepress.com/
License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Expand All @@ -18,7 +18,7 @@
require_once( 'classes/class-pootlepress-updater.php');

$GLOBALS['pootlepress_top_nav_manager'] = new Pootlepress_Top_Nav_Manager( __FILE__ );
$GLOBALS['pootlepress_top_nav_manager']->version = '1.3';
$GLOBALS['pootlepress_top_nav_manager']->version = '1.3.1';

add_action('init', 'pp_tnm_updater');
function pp_tnm_updater()
Expand Down

0 comments on commit bf64309

Please sign in to comment.