From 1137df39630c4acf3be62ce1d6ae307b8ed684ba Mon Sep 17 00:00:00 2001 From: Daron Date: Fri, 29 Jan 2016 20:01:20 -0600 Subject: [PATCH] updated version to 1.6.2 --- acf-widgets.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acf-widgets.php b/acf-widgets.php index 5b103d0..22ad391 100755 --- a/acf-widgets.php +++ b/acf-widgets.php @@ -3,7 +3,7 @@ * Plugin Name: ACF Widgets * Plugin URI: http://acfwidgets.com * Description: A plugin to easily create widgets for use with ACF and add custom fields to any widget on your site. -* Version: 1.6 +* Version: 1.6.2 * Author: Daron Spence * Author URI: http://daronspence.com * Text Domain: acfw @@ -15,7 +15,7 @@ die(); } -define( 'ACFW_VERSION', '1.6' ); +define( 'ACFW_VERSION', '1.6.2' ); define( 'ACFW_STORE_URL', 'http://acfwidgets.com' ); define( 'ACFW_ITEM_NAME', 'ACF Widgets' ); define( 'ACFW_FILE' , __FILE__ );