Skip to content

Commit c405cd6

Browse files
committed
Prepared release 1.1.0.
1 parent be93356 commit c405cd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
contact:
99
name: BluePsyduck
1010
email: bluepsyduck@gmx.com
11-
version: 1.0.1
11+
version: 1.1.0
1212
servers:
1313
- url: https://combination-api.factorio-item-browser.com/
1414
description: Live API server

config/autoload/base.global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
return [
1717
ConfigAggregator::ENABLE_CACHE => true,
1818
'debug' => false,
19-
'version' => '1.0.1',
19+
'version' => '1.1.0',
2020
];

0 commit comments

Comments
 (0)