From 25727ea0bae7f9481a23c16d2f54cf4da081e4b6 Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 7 Dec 2015 14:43:16 +0100 Subject: [PATCH] Version bump: 0.0.7 --- mailpoet.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mailpoet.php b/mailpoet.php index bd8ab0cc25..228e660e8c 100644 --- a/mailpoet.php +++ b/mailpoet.php @@ -5,7 +5,7 @@ if (!defined('ABSPATH')) exit; /* * Plugin Name: MailPoet - * Version: 0.0.6 + * Version: 0.0.7 * Plugin URI: http://www.mailpoet.com * Description: MailPoet Newsletters. * Author: MailPoet @@ -18,12 +18,12 @@ if (!defined('ABSPATH')) exit; * * @package WordPress * @author MailPoet - * @since 0.0.6 + * @since 0.0.7 */ require 'vendor/autoload.php'; -define('MAILPOET_VERSION', '0.0.6'); +define('MAILPOET_VERSION', '0.0.7'); $initializer = new Initializer(array( 'file' => __FILE__,