diff --git a/bedrock/readme.txt b/bedrock/readme.txt index 595cbec060..1406286b5a 100644 --- a/bedrock/readme.txt +++ b/bedrock/readme.txt @@ -12,6 +12,9 @@ Inspired by the iconic worlds of Minecraft and Minetest, Bedrock is a blog theme == Changelog == += 1.0.1 = +* Bedrock: use webp images (#7601) + = 1.0.0 = * Initial release diff --git a/bedrock/style.css b/bedrock/style.css index 76ad020be5..cafa3abb46 100644 --- a/bedrock/style.css +++ b/bedrock/style.css @@ -7,7 +7,7 @@ Description: Inspired by the iconic worlds of Minecraft and Minetest, Bedrock is Requires at least: 6.0 Tested up to: 6.4 Requires PHP: 5.7 -Version: 1.0.0 +Version: 1.0.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: bedrock diff --git a/package-lock.json b/package-lock.json index f4ff8f7f83..2f0b91031b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "themes", - "version": "1.0.480", + "version": "1.0.481", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "themes", - "version": "1.0.480", + "version": "1.0.481", "license": "GPL-2.0", "workspaces": [ "*" diff --git a/package.json b/package.json index eee533fbf7..90275dab06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themes", - "version": "1.0.480", + "version": "1.0.481", "description": "Automattic public themes", "author": "automattic", "license": "GPL-2.0",