diff --git a/README.txt b/README.txt index 3e35a44..81c27fb 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.8 -Stable tag: 1.4.7 +Stable tag: 1.4.8 Making WordPress work for photographers with beautiful image galleries, slideshows, meta-data tools, and more. diff --git a/photopress.php b/photopress.php index 58a9d40..a7e0bcb 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.4.7 +Version: 1.4.8 */ // If this file is called directly, abort. @@ -75,7 +75,7 @@ public static function getInstance() { array( 'package_name' => 'core', 'package_label' => 'PhotoPress', - 'version' => '1.4.6', + 'version' => '1.4.8', 'modules' => ['base', 'childpages', 'gallery', 'slideshow', 'metadata'], 'dependencies' => [] )