diff --git a/README.txt b/README.txt index 5ea3f27..41bbc62 100644 --- a/README.txt +++ b/README.txt @@ -7,7 +7,7 @@ License: GPLv3 License URI: http://www.gnu.org/licenses/gpl.html Requires at least: 5.2.0 Tested up to: 5.5 -Stable tag: 1.3.8 +Stable tag: 1.3.9 Making WordPress work for photographers with beautiful image galleries, slideshows, meta-data tools, and more. diff --git a/photopress.php b/photopress.php index 7958ba8..0c90ec9 100644 --- a/photopress.php +++ b/photopress.php @@ -7,7 +7,7 @@ Author: Peter Adams Author URI: http://www.photopressdev.com License: GPL v3 -Version: 1.3.8 +Version: 1.3.9 */ // If this file is called directly, abort. @@ -75,7 +75,7 @@ public static function getInstance() { array( 'package_name' => 'core', 'package_label' => 'PhotoPress', - 'version' => '1.3.8', + 'version' => '1.3.9', 'modules' => ['base', 'childpages', 'gallery', 'slideshow', 'metadata'], 'dependencies' => [] )