Skip to content

Commit 6a98f90

Browse files
committed
Update version number in composer.json
1 parent ec51526 commit 6a98f90

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": "wagnerwagner/merx",
33
"description": "A toolkit to create online shops with Kirby",
4-
"version": "1.8.0-beta.1",
4+
"version": "1.8.0",
55
"license": "proprietary",
66
"homepage": "https://merx.wagnerwagner.de",
77
"type": "kirby-plugin",

vendor/composer/installed.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'wagnerwagner/merx',
4-
'pretty_version' => '1.8.0-beta.1',
5-
'version' => '1.8.0.0-beta1',
4+
'pretty_version' => '1.8.0',
5+
'version' => '1.8.0.0',
66
'reference' => null,
77
'type' => 'kirby-plugin',
88
'install_path' => __DIR__ . '/../../',
@@ -29,8 +29,8 @@
2929
'dev_requirement' => false,
3030
),
3131
'wagnerwagner/merx' => array(
32-
'pretty_version' => '1.8.0-beta.1',
33-
'version' => '1.8.0.0-beta1',
32+
'pretty_version' => '1.8.0',
33+
'version' => '1.8.0.0',
3434
'reference' => null,
3535
'type' => 'kirby-plugin',
3636
'install_path' => __DIR__ . '/../../',

0 commit comments

Comments
 (0)