Skip to content

Commit

Permalink
Version bump: 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpokhrel committed Aug 15, 2017
1 parent 99ae583 commit ca5f111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamic-featured-image",
"version": "3.6.0",
"version": "3.6.1",
"main": "dynamic-featured-image.php",
"ignore": [
".bowerrc",
Expand Down
4 changes: 2 additions & 2 deletions dynamic-featured-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -49,7 +49,7 @@ class Dynamic_Featured_Image {
*
* @since 3.0.0
*/
const VERSION = '3.6.0';
const VERSION = '3.6.1';

/**
* Text domain.
Expand Down

0 comments on commit ca5f111

Please sign in to comment.