Skip to content

Commit

Permalink
Bump stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Nov 9, 2015
1 parent 5a148da commit 01f2521
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Tags:** shortcodes
**Requires at least:** 4.1
**Tested up to:** 4.4
**Stable tag:** 0.6.0
**Stable tag:** 0.6.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: fusionengineering, mattheu, danielbachhuber, zebulonj, goldenapple
Tags: shortcodes
Requires at least: 4.1
Tested up to: 4.4
Stable tag: 0.6.0
Stable tag: 0.6.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions shortcode-ui.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: Shortcake (Shortcode UI)
* Version: 0.6.0
* Version: 0.6.1
* Description: User Interface for adding shortcodes.
* Author: Fusion Engineering and community
* Author URI: http://next.fusion.net/tag/shortcode-ui/
Expand All @@ -19,7 +19,7 @@
* GNU General Public License for more details.
*/

define( 'SHORTCODE_UI_VERSION', '0.6.0' );
define( 'SHORTCODE_UI_VERSION', '0.6.1' );

require_once dirname( __FILE__ ) . '/inc/class-shortcode-ui.php';
require_once dirname( __FILE__ ) . '/inc/fields/class-shortcode-ui-fields.php';
Expand Down

0 comments on commit 01f2521

Please sign in to comment.