From 3b50a76fac909cbd74c9a42b56c9336dbd6cc08b Mon Sep 17 00:00:00 2001 From: Michael Sisk Date: Tue, 5 Dec 2017 07:24:47 -0500 Subject: [PATCH] Bump version number --- readme.txt | 2 +- webcomic.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 2cfc164..5ba7f4f 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: mgsisk Donate link: http://patreon.com/mgsisk Requires at least: 4.1 Tested up to: 4.8.2 -Stable tag: 4.4 +Stable tag: 4.4.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl.html Tags: webcomics, comics, multiple comics, storylines, characters, custom post type, custom taxonomy, template tags, shortcodes, widgets, twitter, facebook, open graph diff --git a/webcomic.php b/webcomic.php index 7bb4ad9..1f9a90c 100755 --- a/webcomic.php +++ b/webcomic.php @@ -4,7 +4,7 @@ Plugin Name: Webcomic Plugin URI: http://github.com/mgsisk/webcomic Description: Comic publishing power for the web. -Version: 4.4 +Version: 4.4.1 Author: Michael Sisk Author URI: http://mgsisk.com License: GPLv3 @@ -36,7 +36,7 @@ class Webcomic { * Internal version number. * @var string */ - protected static $version = "4.4"; + protected static $version = "4.4.1"; /** * Absolute path to the Webcomic directory.