Skip to content

Commit

Permalink
build: update package file versions to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Aug 2, 2024
1 parent 58e9d7f commit 4f1da9f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "helsingborg-stad/kirki",
"type": "wordpress-muplugin",
"version": "5.1.2",
"version": "5.2.0",
"keywords": [
"WordPress",
"Customizer"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions kirki-composer/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'helsingborg-stad/kirki',
'pretty_version' => '5.1.2',
'version' => '5.1.2.0',
'pretty_version' => '5.2.0',
'version' => '5.2.0.0',
'reference' => null,
'type' => 'wordpress-muplugin',
'install_path' => __DIR__ . '/../../',
Expand All @@ -29,8 +29,8 @@
'dev_requirement' => true,
),
'helsingborg-stad/kirki' => array(
'pretty_version' => '5.1.2',
'version' => '5.1.2.0',
'pretty_version' => '5.2.0',
'version' => '5.2.0.0',
'reference' => null,
'type' => 'wordpress-muplugin',
'install_path' => __DIR__ . '/../../',
Expand Down
2 changes: 1 addition & 1 deletion kirki.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: The Ultimate WordPress Customizer Framework
* Author: Themeum
* Author URI: https://themeum.com
* Version: 5.1.2
* Version: 5.2.0
* Text Domain: kirki
* Requires at least: 5.2
* Requires PHP: 7.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kirki-toolkit",
"version": "5.1.2",
"version": "5.2.0",
"description": "Dev toolkit for Kirki Customizer Framework",
"author": "Kirki Framework",
"homepage": "https://themeum.com",
Expand Down

0 comments on commit 4f1da9f

Please sign in to comment.