From 0d0c838fb23963cad7043a3b9ef69edaa6cc4fca Mon Sep 17 00:00:00 2001 From: Nathan Tyler Date: Sun, 14 Apr 2024 07:54:16 -0700 Subject: [PATCH] Update Author URI --- draw-attention.php | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/draw-attention.php b/draw-attention.php index f51d112..bd5c5cd 100644 --- a/draw-attention.php +++ b/draw-attention.php @@ -11,7 +11,7 @@ Description: Create interactive images in WordPress Version: 2.0.24 Author: N Squared -Author URI: https://nsqua.red +Author URI: https://nsquared.io Text Domain: draw-attention License: GPL-2.0+ License URI: http://www.gnu.org/licenses/gpl-2.0.txt diff --git a/package.json b/package.json index 88c8340..ba0a19f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Create interactive image maps for your website", "author": { "name": "NSquared", - "url": "https://nsqua.red" + "url": "https://nsquared.io" }, "devDependencies": { "eslint": "^8.53.0",