diff --git a/bower.json b/bower.json index ef32e99..3f83703 100755 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "dynamic-featured-image", - "version": "3.6.0", + "version": "3.6.1", "main": "dynamic-featured-image.php", "ignore": [ ".bowerrc", diff --git a/dynamic-featured-image.php b/dynamic-featured-image.php index b95b51c..b2d39ad 100644 --- a/dynamic-featured-image.php +++ b/dynamic-featured-image.php @@ -3,7 +3,7 @@ * Plugin Name: Dynamic Featured Image * Plugin URI: http://wordpress.org/plugins/dynamic-featured-image/ * Description: Dynamically adds multiple featured image or post thumbnail functionality to your posts, pages and custom post types. - * Version: 3.6.0 + * Version: 3.6.1 * Author: Ankit Pokhrel * Author URI: https://ankitpokhrel.com * License: GPL2 or later @@ -49,7 +49,7 @@ class Dynamic_Featured_Image { * * @since 3.0.0 */ - const VERSION = '3.6.0'; + const VERSION = '3.6.1'; /** * Text domain.