Skip to content

Commit a0ccc5f

Browse files
committed
chore: bump version to 1.1
1 parent 321f607 commit a0ccc5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/edge-cdn.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Author: Edge
66
* Author URI: https://edge.network
77
* Description: Edge CDN delivers your WordPress site’s assets from a global network of thousands of edge nodes, reducing latency and improving resilience.
8-
* Version: 1.0
8+
* Version: 1.1
99
* Requires at least: 6.0
1010
* Text Domain: edge-cdn
1111
* License: GPLv2 or later
@@ -14,6 +14,6 @@
1414

1515
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
1616

17-
define('EDGE_CDN_PLUGIN_VERSION', '1.0');
17+
define('EDGE_CDN_PLUGIN_VERSION', '1.1');
1818

1919
require_once('lib/index.php');

src/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: edgeplugins
33
Tags: cdn
44
Requires at least: 6.0
55
Tested up to: 6.8
6-
Stable tag: 1.0
6+
Stable tag: 1.1
77
Requires PHP: 8.1
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html

0 commit comments

Comments
 (0)