We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c405cd6 commit e5f9690Copy full SHA for e5f9690
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 1.1.0 - 2021-05-24
+## 1.0.2 - 2021-05-24
4
5
### Changed
6
api/openapi.yaml
@@ -8,7 +8,7 @@ info:
8
contact:
9
name: BluePsyduck
10
email: bluepsyduck@gmx.com
11
- version: 1.1.0
+ version: 1.0.2
12
servers:
13
- url: https://combination-api.factorio-item-browser.com/
14
description: Live API server
config/autoload/base.global.php
@@ -16,5 +16,5 @@
16
return [
17
ConfigAggregator::ENABLE_CACHE => true,
18
'debug' => false,
19
- 'version' => '1.1.0',
+ 'version' => '1.0.2',
20
];
0 commit comments