From e0e1c34071907c58eb644dcbde3fec084ec2844e Mon Sep 17 00:00:00 2001 From: Michael Sisk Date: Thu, 24 Jan 2013 23:24:05 -0500 Subject: [PATCH] Bump version number for next release. --- webcomic.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webcomic.php b/webcomic.php index 5578e86..a3f70c9 100755 --- a/webcomic.php +++ b/webcomic.php @@ -4,7 +4,7 @@ Plugin Name: Webcomic Plugin URI: http://webcomic.nu Description: Comic publishing power for the web. -Version: 4.0.4 +Version: 4.0.5 Author: Michael Sisk Author URI: http://mgsisk.com License: GPL2 @@ -34,7 +34,7 @@ * @package Webcomic * @copyright 2008 - 2013 Michael Sisk * @license //gnu.org/licenses/gpl-2.0.html GPL2 - * @version 4.0.4 + * @version 4.0.5 * @link http://webcomic.nu */ @@ -46,7 +46,7 @@ class Webcomic { /** Internal version number. * @var string */ - protected static $version = '4.0.4'; + protected static $version = '4.0.5'; /** Absolute path to the Webcomic directory. * @var string