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__ ) ) );