From 7650a15983daa343f17c5a1baba92dcac0524517 Mon Sep 17 00:00:00 2001 From: Damian Logghe Date: Wed, 30 Aug 2017 11:58:01 -0300 Subject: [PATCH] VERSION BUMP --- geo-redirects.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geo-redirects.php b/geo-redirects.php index 768e7c0..5da0b8f 100755 --- a/geo-redirects.php +++ b/geo-redirects.php @@ -9,7 +9,7 @@ * Plugin Name: Geo Redirects * Plugin URI: https://geotargetingwp/ * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area. - * Version: 1.0.2 + * Version: 1.0.2.1 * Author: Damian Logghe * Author URI: https://timersys.com * License: GPL-2.0+ @@ -23,7 +23,7 @@ die; } -define( 'GEOTR_VERSION', '1.0.2'); +define( 'GEOTR_VERSION', '1.0.2.1'); define( 'GEOTR_PLUGIN_FILE' , __FILE__); define( 'GEOTR_DIR', dirname(__FILE__)); define( 'GEOTR_URL', plugin_dir_url(__FILE__));