diff --git a/draw-attention.php b/draw-attention.php index bd5c5cd..267c48d 100644 --- a/draw-attention.php +++ b/draw-attention.php @@ -9,7 +9,7 @@ Plugin Name: Draw Attention Plugin URI: https://wpdrawattention.com Description: Create interactive images in WordPress -Version: 2.0.24 +Version: 2.0.25 Author: N Squared Author URI: https://nsquared.io Text Domain: draw-attention diff --git a/package.json b/package.json index ba0a19f..91eedc6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "draw-attention", "title": "Draw Attention", - "version": "2.0.24", + "version": "2.0.25", "description": "Create interactive image maps for your website", "author": { "name": "NSquared", diff --git a/public/class-drawattention.php b/public/class-drawattention.php index a3a46be..e162577 100644 --- a/public/class-drawattention.php +++ b/public/class-drawattention.php @@ -31,7 +31,7 @@ class DrawAttention { * * @var string */ - const VERSION = '2.0.24'; + const VERSION = '2.0.25'; const file = __FILE__; const name = 'Draw Attention'; const slug = 'drawattention'; diff --git a/readme.txt b/readme.txt index b09fbf7..74f83e9 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: tylerdigital, nataliemac, croixhaug, wpdrawattention Tags: image map, image maps, floor plan, interactive images, hotspot Requires at least: 3.5.1 Tested up to: 6.5 -Stable tag: 2.0.24 +Stable tag: 2.0.25 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html