From 6b33e2411b0b2bcff5a6c5cfccb5f511c89a3cca Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Thu, 27 Jul 2023 11:55:52 +0100 Subject: [PATCH] Version Bump --- bitacora/readme.txt | 3 +++ bitacora/style.css | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/bitacora/readme.txt b/bitacora/readme.txt index ea4a379e2..5c28e61ff 100644 --- a/bitacora/readme.txt +++ b/bitacora/readme.txt @@ -12,6 +12,9 @@ Bitácora is a simple old-school blog theme. == Changelog == += 1.0.8 = +* Bitacora: Edit sidebar markup to use aside (#7278) + = 1.0.7 = * Small tweaks to force update following `style-variations` tag fix (#7209) diff --git a/bitacora/style.css b/bitacora/style.css index c2f38a7f8..62db97374 100644 --- a/bitacora/style.css +++ b/bitacora/style.css @@ -7,7 +7,7 @@ Description: Bitácora is a simple old-school blog theme. Requires at least: 6.0 Tested up to: 6.1.1 Requires PHP: 5.7 -Version: 1.0.7 +Version: 1.0.8 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Template: diff --git a/package-lock.json b/package-lock.json index 5c936098e..5913bca35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "themes", - "version": "1.0.392", + "version": "1.0.393", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "themes", - "version": "1.0.392", + "version": "1.0.393", "license": "GPL-2.0", "workspaces": [ "*" diff --git a/package.json b/package.json index f7548397c..e603b4803 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themes", - "version": "1.0.392", + "version": "1.0.393", "description": "Automattic public themes", "author": "automattic", "license": "GPL-2.0",