diff --git a/ctlg/readme.txt b/ctlg/readme.txt index 9b14b01e54..1939340e80 100644 --- a/ctlg/readme.txt +++ b/ctlg/readme.txt @@ -12,6 +12,9 @@ CTLG is a free, responsive WordPress block theme specifically designed for creat == Changelog == += 1.0.1 = +* Bump WP version to 6.0 (#7200) + = 0.0.5 = * CTLG add font license (#7002) * adding main tag to fix Skip links dotOrg theme directory requierement diff --git a/ctlg/style.css b/ctlg/style.css index ec4e325fb0..e0ec0ef87a 100644 --- a/ctlg/style.css +++ b/ctlg/style.css @@ -7,7 +7,7 @@ Description: CTLG is a free WordPress block theme that is specifically designed Requires at least: 6.0 Tested up to: 6.0 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: ctlg diff --git a/package-lock.json b/package-lock.json index c0b1d22588..212e7554c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "themes", - "version": "1.0.348", + "version": "1.0.349", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "themes", - "version": "1.0.346", + "version": "1.0.349", "license": "GPL-2.0", "workspaces": [ "*" diff --git a/package.json b/package.json index 60484acea0..f4d3679209 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themes", - "version": "1.0.348", + "version": "1.0.349", "description": "Automattic public themes", "author": "automattic", "license": "GPL-2.0",