diff --git a/src/includes.php b/src/includes.php index 938fd2a7b..e470e0e4c 100644 --- a/src/includes.php +++ b/src/includes.php @@ -40,7 +40,7 @@ ); // Define contants - define( 'PUBLISHPRESS_VERSION', '1.6.1-rc2' ); + define( 'PUBLISHPRESS_VERSION', '1.6.1' ); define( 'PUBLISHPRESS_ROOT', dirname( __FILE__ ) ); define( 'PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_ROOT . '/' . basename( __FILE__ ) ); define( 'PUBLISHPRESS_URL', plugins_url( '/', __FILE__ ) ); diff --git a/src/publishpress.php b/src/publishpress.php index 87c9167e6..f3f860295 100644 --- a/src/publishpress.php +++ b/src/publishpress.php @@ -5,7 +5,7 @@ * Description: The essential plugin for any WordPress site with multiple writers * Author: PressShack * Author URI: https://pressshack.com - * Version: 1.6.1-rc2 + * Version: 1.6.1 * * Copyright (c) 2017 PressShack * diff --git a/src/readme.txt b/src/readme.txt index 60f70bf81..9ed691334 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -5,7 +5,7 @@ Author URI: https://pressshack.com Tags: Content Calendar, Editorial Calendar, workflow, checklist, pre-publish Requires at least: 4.6 Tested up to: 4.8 -Stable tag: 1.6.0 +Stable tag: 1.6.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html