Version Bump

This commit is contained in:
Takashi Irie 2024-04-15 19:51:17 +01:00
parent bbc2132638
commit 3f3fb4de97
4 changed files with 7 additions and 4 deletions

View file

@ -12,6 +12,9 @@ Fontaine is a portfolio/profile theme designed for visual designers who apprecia
== Changelog == == Changelog ==
= 1.0.1 =
* Fontaine: Fix hardcoded links, changed theme URI, and fix textdomain errors (#7741)
= 1.0.0 = = 1.0.0 =
* Initial release * Initial release

View file

@ -7,7 +7,7 @@ Description: Fontaine is a portfolio/profile theme designed for visual designers
Requires at least: 6.0 Requires at least: 6.0
Tested up to: 6.5 Tested up to: 6.5
Requires PHP: 5.7 Requires PHP: 5.7
Version: 1.0.0 Version: 1.0.1
License: GNU General Public License v2 or later License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fontaine Text Domain: fontaine

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "themes", "name": "themes",
"version": "1.0.516", "version": "1.0.517",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "themes", "name": "themes",
"version": "1.0.516", "version": "1.0.517",
"license": "GPL-2.0", "license": "GPL-2.0",
"workspaces": [ "workspaces": [
"*" "*"

View file

@ -1,6 +1,6 @@
{ {
"name": "themes", "name": "themes",
"version": "1.0.516", "version": "1.0.517",
"description": "Automattic public themes", "description": "Automattic public themes",
"author": "automattic", "author": "automattic",
"license": "GPL-2.0", "license": "GPL-2.0",