From 05d5bb41d2dd1b8cdb8ac250fad6e9c91e25931c Mon Sep 17 00:00:00 2001 From: Bearded Avenger Date: Sun, 14 Dec 2014 15:01:37 -0600 Subject: [PATCH] 1.1 --- idea-factory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idea-factory.php b/idea-factory.php index 6932ac1..6beedb5 100755 --- a/idea-factory.php +++ b/idea-factory.php @@ -10,7 +10,7 @@ * Plugin Name: Idea Factory * Plugin URI: http://nickhaskins.com/idea-factory * Description: Front-end user submission and voting system. - * Version: 1.0 + * Version: 1.1 * GitHub Plugin URI: https://github.com/bearded-avenger/idea-factory * Author: Nick Haskins * Author URI: http://nickhaskins.com @@ -27,7 +27,7 @@ } // Set some constants -define('IDEA_FACTORY_VERSION', '1.0'); +define('IDEA_FACTORY_VERSION', '1.1'); define('IDEA_FACTORY_DIR', plugin_dir_path( __FILE__ )); define('IDEA_FACTORY_URL', plugins_url( '', __FILE__ ));