diff --git a/creatio/readme.txt b/creatio/readme.txt index 016ac7de12..2223cb169a 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.2 = +* Update theme.json (#7276) + = 1.0.1 = * Update readme.txt (#7261) diff --git a/creatio/style.css b/creatio/style.css index cb17c7b41e..ef3681bd01 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.1 +Version: 1.0.2 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 557e723710..bca7a3f932 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "themes", - "version": "1.0.398", + "version": "1.0.399", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 1fa86e719f..1b2d7925f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themes", - "version": "1.0.398", + "version": "1.0.399", "description": "Automattic public themes", "author": "automattic", "license": "GPL-2.0",