From 21b7dd99f8b00263c1c4e14ccc2d8a71c8cf3301 Mon Sep 17 00:00:00 2001 From: Chris Scott Date: Mon, 20 Oct 2014 11:18:15 -0400 Subject: [PATCH] update version to 1.6.4 --- multi-post-thumbnails.php | 2 +- package.json | 2 +- readme.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/multi-post-thumbnails.php b/multi-post-thumbnails.php index 1c8be67..42672a2 100644 --- a/multi-post-thumbnails.php +++ b/multi-post-thumbnails.php @@ -3,7 +3,7 @@ Plugin Name: Multiple Post Thumbnails Plugin URI: http://wordpress.org/extend/plugins/multiple-post-thumbnails/ Description: Adds the ability to add multiple post thumbnails to a post type. -Version: 1.6.3 +Version: 1.6.4 Author: Chris Scott Author URI: http://voceplatforms.com/ */ diff --git a/package.json b/package.json index 0cbbc65..361ca56 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "multi-post-thumbnails", "description": "Multiple Post Thumbnails", - "version": "1.6.3", + "version": "1.6.4", "repository": { "type": "git", "url": "git@github.com:voceconnect/multi-post-thumbnails.git" diff --git a/readme.txt b/readme.txt index cb34efe..88f5c24 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: chrisscott, voceplatforms Tags: thumbnails, image, featured image Requires at least: 2.9.2 Tested up to: 4.0 -Stable tag: 1.6.3 +Stable tag: 1.6.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html