Skip to content

Commit

Permalink
Update version number in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasfabian committed May 13, 2024
1 parent 13eee2c commit ae89279
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": "wagnerwagner/merx",
"description": "A toolkit to create online shops with Kirby",
"version": "1.8.0",
"version": "1.8.1",
"license": "proprietary",
"homepage": "https://merx.wagnerwagner.de",
"type": "kirby-plugin",
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'wagnerwagner/merx',
'pretty_version' => '1.8.0',
'version' => '1.8.0.0',
'pretty_version' => '1.8.1',
'version' => '1.8.1.0',
'reference' => null,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand All @@ -29,8 +29,8 @@
'dev_requirement' => false,
),
'wagnerwagner/merx' => array(
'pretty_version' => '1.8.0',
'version' => '1.8.0.0',
'pretty_version' => '1.8.1',
'version' => '1.8.1.0',
'reference' => null,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand Down

0 comments on commit ae89279

Please sign in to comment.