Skip to content

Commit

Permalink
Version bump 3.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpokhrel committed Oct 20, 2018
1 parent 63c2e46 commit 81bca9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.5",
"version": "3.6.8",
"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.5
* Version: 3.6.8
* 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.5';
const VERSION = '3.6.8';

/**
* Text domain.
Expand Down
2 changes: 1 addition & 1 deletion sponsors.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PluginSponsor {
/**
* PluginSponsor constructor.
*
* @since 3.6.5
* @since 3.6.8
*/
public function __construct() {
// admin notices.
Expand Down

0 comments on commit 81bca9f

Please sign in to comment.