Skip to content

Commit 111ac7f

Browse files
committed
Prepared release 1.1.1.
1 parent 78dcfb0 commit 111ac7f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.1.1 - 2021-06-21
4+
5+
### Added
6+
7+
- Sorting of the mods by their names in the combination responses.
8+
39
## 1.1.0 - 2021-05-27
410

511
### Added

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.1.0
11+
version: 1.1.1
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.1.0',
19+
'version' => '1.1.1',
2020
];

0 commit comments

Comments
 (0)