Skip to content

Commit 32874a7

Browse files
committed
Version 0.8.0
1 parent 15144e3 commit 32874a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ad Code Manager
22

3-
Stable tag: 0.7.1
3+
Stable tag: 0.8.0
44
Requires at least: 6.4
55
Tested up to: 6.9
66
Requires PHP: 7.4

ad-code-manager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Ad Code Manager
1212
* Plugin URI: https://wordpress.org/plugins/ad-code-manager/
1313
* Description: Easy ad code management.
14-
* Version: 0.7.1
14+
* Version: 0.8.0
1515
* Author: Automattic and contributors
1616
* Author URI: https://github.com/Automattic/ad-code-manager/graphs/contributors
1717
* Text Domain: ad-code-manager
@@ -31,7 +31,7 @@
3131
use Automattic\AdCodeManager\UI\Contextual_Help;
3232
use Automattic\AdCodeManager\UI\Plugin_Actions;
3333

34-
const AD_CODE_MANAGER_VERSION = '0.7.1';
34+
const AD_CODE_MANAGER_VERSION = '0.8.0';
3535
const AD_CODE_MANAGER_FILE = __FILE__;
3636

3737
require_once __DIR__ . '/src/class-acm-provider.php';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ad-code-manager",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "Easy ad code management.",
55
"license": "GPL-2.0-or-later",
66
"author": "Automattic",

0 commit comments

Comments
 (0)