Skip to content

Commit c7c1895

Browse files
committed
Bump the version down to make a stable tag
1 parent dbbd65f commit c7c1895

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fieldmanager.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
* Fieldmanager Base Plugin File.
44
*
55
* @package Fieldmanager
6-
* @version 1.0-alpha
6+
* @version 0.9.0
77
*/
88

99
/*
1010
Plugin Name: Fieldmanager
1111
Plugin URI: https://github.com/alleyinteractive/wordpress-fieldmanager
1212
Description: Add fields to content types programatically.
1313
Author: Austin Smith
14-
Version: 1.0-alpha
14+
Version: 0.9.0
1515
Author URI: http://www.alleyinteractive.com/
1616
*/
1717

1818
/**
1919
* Current version of Fieldmanager.
2020
*/
21-
define( 'FM_VERSION', '1.0-alpha' );
21+
define( 'FM_VERSION', '0.9.0' );
2222

2323
/**
2424
* Filesystem path to Fieldmanager.

0 commit comments

Comments
 (0)