From 621a580cd4010b34efdd5ee3fd805aeca16e7f00 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 18 Jan 2017 13:00:31 -0500 Subject: [PATCH] bump version number for new release just code updates getting rid of php notices. --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 356a2a4..d85a5e2 100644 --- a/index.php +++ b/index.php @@ -3,11 +3,11 @@ Plugin Name: Gravity Forms StreamSend Add-On Plugin URI: http://www.gaslightmedia.com Description: StreamSend Add on for Gravity Forms -Version: 1.0.0 +Version: 1.0.2 Author: Steve Sutton Author URI: http://www.gaslightmedia.com */ -define( 'GLM_STREAMSEND_FEED_ADDON_VERSION', '1.0.0' ); +define( 'GLM_STREAMSEND_FEED_ADDON_VERSION', '1.0.2' ); /** * Default parameters for contact create operations. * Note that these are strings for use in XML data not true/false values. -- 2.17.1