From 312e9304152efbc44dcf745ddf6913a6ad8a019a Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Sat, 9 Sep 2023 14:16:08 +0100 Subject: [PATCH] Version 0.7.1. --- README.md | 2 +- ad-code-manager.php | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7ca9200..217262a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ad Code Manager -Stable tag: 0.7.0 +Stable tag: 0.7.1 Requires at least: 5.7 Tested up to: 5.9 Requires PHP: 7.4 diff --git a/ad-code-manager.php b/ad-code-manager.php index e169219..9b56dcc 100644 --- a/ad-code-manager.php +++ b/ad-code-manager.php @@ -11,7 +11,7 @@ * Plugin Name: Ad Code Manager * Plugin URI: https://wordpress.org/plugins/ad-code-manager/ * Description: Easy ad code management. - * Version: 0.7.0 + * Version: 0.7.1 * Author: Automattic and contributors * Author URI: https://github.com/Automattic/ad-code-manager/graphs/contributors * Text Domain: ad-code-manager @@ -30,7 +30,7 @@ use Automattic\AdCodeManager\UI\Contextual_Help; use Automattic\AdCodeManager\UI\Plugin_Actions; -const AD_CODE_MANAGER_VERSION = '0.7.0'; +const AD_CODE_MANAGER_VERSION = '0.7.1'; const AD_CODE_MANAGER_FILE = __FILE__; require_once __DIR__ . '/src/class-acm-provider.php'; diff --git a/package.json b/package.json index a88ba38..2bad730 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ad-code-manager", - "version": "0.7.0", + "version": "0.7.1", "description": "Easy ad code management.", "license": "GPL-2.0-or-later", "author": "Automattic",