1
0

Version bump for base game 1.1

This commit is contained in:
Wyrrrd
2020-12-02 18:41:31 +01:00
parent 1d4fbf6365
commit e619083b57
2 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,9 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 1.1.0
Date: 2020-12-02
Changes:
- Version bump for base game 1.1
---------------------------------------------------------------------------------------------------
Version: 0.18.5 Version: 0.18.5
Date: 2020-11-23 Date: 2020-11-23
Bugfixes: Bugfixes:

View File

@@ -1,13 +1,13 @@
{ {
"name": "IndustrialDisplayPlates", "name": "IndustrialDisplayPlates",
"version": "0.18.5", "version": "1.1.0",
"title": "Industrial Display Plates", "title": "Industrial Display Plates",
"author": "Wyrrrd", "author": "Wyrrrd",
"homepage": "https://github.com/Wyrrrd/IndustrialDisplayPlates", "homepage": "https://github.com/Wyrrrd/IndustrialDisplayPlates",
"dependencies": [ "dependencies": [
"base >= 0.18.27", "base >= 1.1.0",
"(?)IndustrialRevolution" "(?)IndustrialRevolution"
], ],
"description": "Big, medium and small signs which display item and fluid icons. Can be used to blueprint map markers.", "description": "Big, medium and small signs which display item and fluid icons. Can be used to blueprint map markers.",
"factorio_version": "0.18" "factorio_version": "1.1"
} }