Skip to content

Commit 0963703

Browse files
committed
Prepared version 1.2.0.
1 parent 88a3b26 commit 0963703

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
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-
## Unreleased
3+
## 1.1.0 - 2018-07-20
44

55
### Added
66

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": "^7.2",
1717
"bluepsyduck/common": "^1.0",
18-
"factorio-item-browser/export-data": "dev-develop",
18+
"factorio-item-browser/export-data": "^1.2",
1919
"zendframework/zend-config-aggregator": "^1.0",
2020
"zendframework/zend-i18n": "^2.7",
2121
"zendframework/zend-servicemanager": "^3.3",

composer.lock

Lines changed: 7 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/autoload/export.global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
'numberOfInstances' => 4
2828
],
2929
'name' => 'Factorio Item Browser Export',
30-
'version' => '1.0.0'
30+
'version' => '1.1.0'
3131
];

0 commit comments

Comments
 (0)