Skip to content

Commit

Permalink
Update version to 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderson Grudtner Martins committed Feb 1, 2018
1 parent 0b26d5e commit 6e52b35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/includes.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
);

// Define contants
define( 'PUBLISHPRESS_VERSION', '1.9.5' );
define( 'PUBLISHPRESS_VERSION', '1.9.6' );
define( 'PUBLISHPRESS_ROOT', dirname( __FILE__ ) );
define( 'PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_ROOT . '/' . basename( __FILE__ ) );
define( 'PUBLISHPRESS_URL', plugins_url( '/', __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion src/publishpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: The essential plugin for any WordPress site with multiple writers
* Author: PublishPress
* Author URI: https://publishpress.com
* Version: 1.9.5
* Version: 1.9.6
* Text Domain: publishpress
* Domain Path: /languages
*
Expand Down
2 changes: 1 addition & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: Content Calendar, Editorial Calendar, workflow, checklist, pre-publish
Requires at least: 4.6
Requires PHP: 5.4
Tested up to: 4.9
Stable tag: 1.9.5
Stable tag: 1.9.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 6e52b35

Please sign in to comment.