Skip to content

Commit

Permalink
Version 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Sep 9, 2023
1 parent 33d0760 commit 312e930
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions ad-code-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 312e930

Please sign in to comment.