Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 58de329

Browse files
committed
✨ $x->boost() does track ms time
1 parent 248af83 commit 58de329

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bnomei/kirby3-boost",
33
"type": "kirby-plugin",
4-
"version": "1.1.8",
4+
"version": "1.1.9",
55
"description": "Boost the speed of Kirby by having content files of pages cached, with automatic unique ID, fast lookup and Tiny-URL.",
66
"license": "MIT",
77
"authors": [

vendor/composer/installed.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php return array(
22
'root' => array(
3-
'pretty_version' => '1.1.8',
4-
'version' => '1.1.8.0',
3+
'pretty_version' => '1.1.9',
4+
'version' => '1.1.9.0',
55
'type' => 'kirby-plugin',
66
'install_path' => __DIR__ . '/../../',
77
'aliases' => array(),
@@ -20,8 +20,8 @@
2020
'dev_requirement' => false,
2121
),
2222
'bnomei/kirby3-boost' => array(
23-
'pretty_version' => '1.1.8',
24-
'version' => '1.1.8.0',
23+
'pretty_version' => '1.1.9',
24+
'version' => '1.1.9.0',
2525
'type' => 'kirby-plugin',
2626
'install_path' => __DIR__ . '/../../',
2727
'aliases' => array(),

0 commit comments

Comments
 (0)