diff --git a/aether/readme.txt b/aether/readme.txt index 9bfddddebe..1693c09d54 100644 --- a/aether/readme.txt +++ b/aether/readme.txt @@ -13,6 +13,9 @@ Aether is a store theme designed for small jewelry and accessories brands. Perfe == Changelog == += 1.1 = +* Update header-content.php (#8307) + = 1.0.0 = * Initial release diff --git a/aether/style.css b/aether/style.css index 796d750c50..41e08e2780 100644 --- a/aether/style.css +++ b/aether/style.css @@ -7,7 +7,7 @@ Description: Aether is a store theme designed for small jewelry and accessories Requires at least: 6.6 Tested up to: 6.6 Requires PHP: 7.0 -Version: 1.0 +Version: 1.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: aether diff --git a/package-lock.json b/package-lock.json index b9c8abb65f..e6aaefd773 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "themes", - "version": "1.0.5654", + "version": "1.0.5655", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "themes", - "version": "1.0.5654", + "version": "1.0.5655", "license": "GPL-2.0", "workspaces": [ "*" diff --git a/package.json b/package.json index b1dcb19b11..c019b214f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themes", - "version": "1.0.5654", + "version": "1.0.5655", "description": "Automattic public themes", "author": "automattic", "license": "GPL-2.0",