Skip to content

Commit 1443532

Browse files
Version bump
1 parent 39b2ef3 commit 1443532

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tags:** shortcodes
44
**Requires at least:** 4.1
55
**Tested up to:** 4.4
6-
**Stable tag:** 0.6.1
6+
**Stable tag:** 0.6.2
77
**License:** GPLv2 or later
88
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
99

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: fusionengineering, mattheu, danielbachhuber, zebulonj, goldenapple
33
Tags: shortcodes
44
Requires at least: 4.1
55
Tested up to: 4.4
6-
Stable tag: 0.6.1
6+
Stable tag: 0.6.2
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

shortcode-ui.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Plugin Name: Shortcake (Shortcode UI)
4-
* Version: 0.6.1
4+
* Version: 0.6.2
55
* Description: User Interface for adding shortcodes.
66
* Author: Fusion Engineering and community
77
* Author URI: http://next.fusion.net/tag/shortcode-ui/
@@ -19,7 +19,7 @@
1919
* GNU General Public License for more details.
2020
*/
2121

22-
define( 'SHORTCODE_UI_VERSION', '0.6.1' );
22+
define( 'SHORTCODE_UI_VERSION', '0.6.2' );
2323

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

0 commit comments

Comments
 (0)