Update for 1.0
This commit is contained in:
parent
7c30f129f9
commit
7a465ccf87
|
@ -1,4 +1,9 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 1.0.0
|
||||||
|
Date: 18.08.2020
|
||||||
|
Features:
|
||||||
|
- Update for 1.0
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Date: 01.04.2020
|
Date: 01.04.2020
|
||||||
Features:
|
Features:
|
||||||
|
|
14
info.json
14
info.json
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"name":"DarkNight",
|
"name": "DarkNight",
|
||||||
"version":"0.1.0",
|
"version": "1.0.0",
|
||||||
"title":"Dark Night",
|
"title": "Dark Night",
|
||||||
"description":"Make night completely dark.",
|
"description": "Make night completely dark.",
|
||||||
"author":"David Skrundz",
|
"author": "David Skrundz",
|
||||||
"contact": "david@skrundz.ca",
|
"contact": "david@skrundz.ca",
|
||||||
"homepage": "https://github.com/DavidSkrundz/DarkNight",
|
"homepage": "https://github.com/DavidSkrundz/DarkNight",
|
||||||
"factorio_version": "0.18",
|
"factorio_version": "1.0",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"base >= 0.18.0"
|
"? base"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue