Skip to content

Commit

Permalink
Bump version number to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mjangda committed Mar 7, 2013
1 parent 8bbc84e commit ead3438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zoninator.php
Expand Up @@ -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
Expand All @@ -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__ ) ) );

Expand Down

0 comments on commit ead3438

Please sign in to comment.