From 0c039a20e32d64a5fcff190ede8b9df4038572ca Mon Sep 17 00:00:00 2001 From: alaczek Date: Thu, 18 Apr 2024 17:15:21 +1000 Subject: [PATCH] Version Bump --- craftfully/readme.txt | 3 +++ craftfully/style.css | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/craftfully/readme.txt b/craftfully/readme.txt index d165a557bd..74f2b08938 100644 --- a/craftfully/readme.txt +++ b/craftfully/readme.txt @@ -12,6 +12,9 @@ A cheerful WordPress blogging theme dedicated to all things homemade and delight == Changelog == += 1.0.5 = +* Fix custom heading background style. (#7751) + = 1.0.4 = * Lossless image optimization (#7671) diff --git a/craftfully/style.css b/craftfully/style.css index bbdce59ae2..3d2f01e13a 100644 --- a/craftfully/style.css +++ b/craftfully/style.css @@ -7,7 +7,7 @@ Description: A cheerful WordPress blogging theme dedicated to all things homemad Requires at least: 6.0 Tested up to: 6.4.2 Requires PHP: 5.7 -Version: 1.0.4 +Version: 1.0.5 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: craftfully diff --git a/package-lock.json b/package-lock.json index 17e7fd99d5..2a420e0a0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "themes", - "version": "1.0.518", + "version": "1.0.519", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "themes", - "version": "1.0.518", + "version": "1.0.519", "license": "GPL-2.0", "workspaces": [ "*" diff --git a/package.json b/package.json index c2e0f29561..943295faad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themes", - "version": "1.0.518", + "version": "1.0.519", "description": "Automattic public themes", "author": "automattic", "license": "GPL-2.0",