diff --git a/adblock-notify.php b/adblock-notify.php index e03b08e..23f5f1a 100644 --- a/adblock-notify.php +++ b/adblock-notify.php @@ -7,7 +7,7 @@ * Plugin Name: Adblock Notify Lite * Plugin URI: http://themeisle.com/plugins/adblock-notify-lite/ * Description: An Adblock detection and nofitication plugin with get around options and a lot of settings. Dashboard widget with adblock counter included! - * Version: 2.0.4 + * Version: 2.0.5 * Author: Themeisle * Author URI: http://themeisle.com * Text Domain: an-translate @@ -47,7 +47,7 @@ define( 'AN_COOKIE', 'anCookie' ); } if ( ! defined( 'AN_VERSION' ) ) { - define( 'AN_VERSION', '2.0.4' ); + define( 'AN_VERSION', '2.0.5' ); } if ( ! defined( 'AN_TEMP_DEVELOPMENT' ) ) { define( 'AN_TEMP_DEVELOPMENT', false ); @@ -56,7 +56,7 @@ define( 'AN_TEMPLATES_DIRECTORY', 'an-templates/' ); } if ( ! defined( 'AN_PRO_URL' ) ) { - define( 'AN_PRO_URL','http://bit.ly/2fb0Dre/' ); + define( 'AN_PRO_URL','http://bit.ly/2fb0Dre' ); } diff --git a/css/an-style.css b/css/an-style.css index 6d5e6d4..e317c75 100644 --- a/css/an-style.css +++ b/css/an-style.css @@ -2,7 +2,7 @@ an_style.css AdBlock Notify Copyright: (c) 2016 Themeisle, themeisle.com - Version: 2.0.4 + Version: 2.0.5 */ .reveal-modal-bg { display: none; diff --git a/package.json b/package.json index bda9fa0..6941039 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adblock-notify-by-bweb", - "version": "2.0.4", + "version": "2.0.5", "description": "Adblock Notify plugin", "repository": { "type": "git",