Skip to content

Commit e5f9690

Browse files
committed
Changed release 1.1.0 to 1.0.2.
1 parent c405cd6 commit e5f9690

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.1.0 - 2021-05-24
3+
## 1.0.2 - 2021-05-24
44

55
### Changed
66

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.0.2
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.0.2',
2020
];

0 commit comments

Comments
 (0)