From ead34386d1a1958f8da482b5bd9e697d984ecbe4 Mon Sep 17 00:00:00 2001 From: Mohammad Jangda Date: Wed, 6 Mar 2013 23:59:53 -0500 Subject: [PATCH] Bump version number to 0.5 --- zoninator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zoninator.php b/zoninator.php index 503e471..039a069 100644 --- a/zoninator.php +++ b/zoninator.php @@ -3,7 +3,7 @@ Plugin Name: Zone Manager (Zoninator) Description: Curation made easy! Create "zones" then add and order your content! Author: Mohammad Jangda, Automattic -Version: 0.4 +Version: 0.5 Author URI: http://vip.wordpress.com Copyright 2010-2012 Mohammad Jangda, Automattic @@ -30,7 +30,7 @@ if( ! class_exists( 'Zoninator' ) ) : -define( 'ZONINATOR_VERSION', '0.4' ); +define( 'ZONINATOR_VERSION', '0.5' ); define( 'ZONINATOR_PATH', dirname( __FILE__ ) ); define( 'ZONINATOR_URL', trailingslashit( plugins_url( '', __FILE__ ) ) );