Skip to content

Commit

Permalink
VERSION BUMP
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Logghe committed Aug 30, 2017
1 parent 8a8d4ca commit 7650a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geo-redirects.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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__));
Expand Down

0 comments on commit 7650a15

Please sign in to comment.