Skip to content

Commit 7f57717

Browse files
committed
:tag: renamed repo from kirby3-janitor to kirby-janitor
Signed-off-by: Bruno Meilick <[email protected]>
1 parent 0d4184d commit 7f57717

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "bnomei/kirby3-janitor",
2+
"name": "bnomei/kirby-janitor",
33
"type": "kirby-plugin",
4-
"version": "5.2.2",
4+
"version": "5.3.0",
55
"license": "MIT",
6-
"homepage": "https://github.com/bnomei/kirby3-janitor",
6+
"homepage": "https://github.com/bnomei/kirby-janitor",
77
"description": "Kirby Plugin for running commands like cleaning the cache from within the Panel, PHP code or a cronjob",
88
"authors": [
99
{

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/installed.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?php return array(
22
'root' => array(
3-
'name' => 'bnomei/kirby3-janitor',
4-
'pretty_version' => '5.2.2',
5-
'version' => '5.2.2.0',
3+
'name' => 'bnomei/kirby-janitor',
4+
'pretty_version' => '5.3.0',
5+
'version' => '5.3.0.0',
66
'reference' => null,
77
'type' => 'kirby-plugin',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
1010
'dev' => false,
1111
),
1212
'versions' => array(
13-
'bnomei/kirby3-janitor' => array(
14-
'pretty_version' => '5.2.2',
15-
'version' => '5.2.2.0',
13+
'bnomei/kirby-janitor' => array(
14+
'pretty_version' => '5.3.0',
15+
'version' => '5.3.0.0',
1616
'reference' => null,
1717
'type' => 'kirby-plugin',
1818
'install_path' => __DIR__ . '/../../',

0 commit comments

Comments
 (0)