Skip to content

Commit

Permalink
🐛 store did not work
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei committed Dec 15, 2021
1 parent 749774e commit 0916887
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-redis-cachedriver",
"type": "kirby-plugin",
"version": "1.6.4",
"version": "1.6.5",
"description": "Redis based Cache-Driver",
"license": "MIT",
"authors": [
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php return array(
'root' => array(
'pretty_version' => '1.6.1',
'version' => '1.6.1.0',
'pretty_version' => '1.6.5',
'version' => '1.6.5.0',
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -11,8 +11,8 @@
),
'versions' => array(
'bnomei/kirby3-redis-cachedriver' => array(
'pretty_version' => '1.6.1',
'version' => '1.6.1.0',
'pretty_version' => '1.6.5',
'version' => '1.6.5.0',
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit 0916887

Please sign in to comment.