From a4fde43d42d5191a0670535f75682dea40d37c79 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 29 Apr 2015 13:41:09 -0400 Subject: [PATCH] bump version number --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index dd767af..bf23d7f 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Prototype Management * Plugin URI: http://www.gaslightmedia.com/ * Description: GLM Prototype listing and display for customers. - * Version: 1.0 + * Version: 1.0.1 * Author: Chuck Scott * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -242,4 +242,4 @@ if (is_admin()) { new glmProtoFront($wpdb); } -?> \ No newline at end of file +?> -- 2.17.1