diff --git a/creatio/readme.txt b/creatio/readme.txt index 5f580f305..d3854a4c3 100644 --- a/creatio/readme.txt +++ b/creatio/readme.txt @@ -12,6 +12,9 @@ Creatio is a simple, minimal theme that supports full-site editing and global st == Changelog == += 1.0.4 = +* Update single.html (#7422) + = 1.0.3 = * Creatio - Remove blockGap between first-level patterns (#7288) diff --git a/creatio/style.css b/creatio/style.css index eeb0e9332..d10c5047c 100644 --- a/creatio/style.css +++ b/creatio/style.css @@ -7,7 +7,7 @@ Description: Creatio is a simple, minimal theme that supports full-site editing Requires at least: 6.1 Tested up to: 6.2 Requires PHP: 5.7 -Version: 1.0.3 +Version: 1.0.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: creatio diff --git a/package-lock.json b/package-lock.json index 0e1d8d3fa..69c387ba2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "themes", - "version": "1.0.466", + "version": "1.0.467", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "themes", - "version": "1.0.465", + "version": "1.0.467", "license": "GPL-2.0", "workspaces": [ "*" diff --git a/package.json b/package.json index e65f10a32..6b0f45de4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themes", - "version": "1.0.466", + "version": "1.0.467", "description": "Automattic public themes", "author": "automattic", "license": "GPL-2.0",