Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Commit ed01949

Browse files
committed
version bump
1 parent 4b80808 commit ed01949

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

adblock-notify.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Plugin Name: Adblock Notify Lite
88
* Plugin URI: http://themeisle.com/plugins/adblock-notify-lite/
99
* Description: An Adblock detection and nofitication plugin with get around options and a lot of settings. Dashboard widget with adblock counter included!
10-
* Version: 2.0.7
10+
* Version: 2.0.8
1111
* Author: Themeisle
1212
* Author URI: http://themeisle.com
1313
* Text Domain: an-translate
@@ -47,7 +47,7 @@
4747
define( 'AN_COOKIE', 'anCookie' );
4848
}
4949
if ( ! defined( 'AN_VERSION' ) ) {
50-
define( 'AN_VERSION', '2.0.7' );
50+
define( 'AN_VERSION', '2.0.8' );
5151
}
5252
if ( ! defined( 'AN_TEMP_DEVELOPMENT' ) ) {
5353
define( 'AN_TEMP_DEVELOPMENT', false );

css/an-style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
an_style.css
33
AdBlock Notify
44
Copyright: (c) 2016 Themeisle, themeisle.com
5-
Version: 2.0.7
5+
Version: 2.0.8
66
*/
77
.reveal-modal-bg {
88
display: none;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adblock-notify-by-bweb",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Adblock Notify plugin",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)