diff --git a/README.txt b/README.txt index e60c2c1..4bfb0e8 100755 --- a/README.txt +++ b/README.txt @@ -44,6 +44,9 @@ Sure you do! Take a look at [npm/cdn library](https://github.com/adriandmitroca/ == Changelog == += 1.0.2 = +* Updated plugin's copy and registry assets + = 1.0.1 = * Selecting Privacy Policy page from a dropdown * Improved settings page appearance diff --git a/cookie-consent-box.php b/cookie-consent-box.php index f1dc9b6..812cdd0 100755 --- a/cookie-consent-box.php +++ b/cookie-consent-box.php @@ -5,7 +5,7 @@ * Plugin Name: Cookie Consent Box * Plugin URI: https://wordpress.org/plugins/cookie-consent-box/ * Description: Cookie Consent Box is a lightweight and good looking way to inform users your site uses cookies and to comply with EU cookie law regulations. - * Version: 1.0.1 + * Version: 1.0.2 * Author: Adrian Dmitroca * Author URI: https://radicalwebdesign.co.uk * License: GPL-2.0+ @@ -23,7 +23,7 @@ * Currently plugin version. * Start at version 1.0.0 and use SemVer - https://semver.org */ -define( 'CCB_VERSION', '1.0.1' ); +define( 'CCB_VERSION', '1.0.2' ); /** * The code that runs during plugin activation.