Skip to content

Commit

Permalink
Bump the version down to make a stable tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mboynes committed Dec 28, 2014
1 parent dbbd65f commit c7c1895
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fieldmanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
* Fieldmanager Base Plugin File.
*
* @package Fieldmanager
* @version 1.0-alpha
* @version 0.9.0
*/

/*
Plugin Name: Fieldmanager
Plugin URI: https://github.com/alleyinteractive/wordpress-fieldmanager
Description: Add fields to content types programatically.
Author: Austin Smith
Version: 1.0-alpha
Version: 0.9.0
Author URI: http://www.alleyinteractive.com/
*/

/**
* Current version of Fieldmanager.
*/
define( 'FM_VERSION', '1.0-alpha' );
define( 'FM_VERSION', '0.9.0' );

/**
* Filesystem path to Fieldmanager.
Expand Down

0 comments on commit c7c1895

Please sign in to comment.