diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc67f3..2118d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Detailed changes available at the [GitHub repository](https://github.com/patschi/factorio-transparent-inventory/commits/master). Releases and their hashes can be found at [Releases](https://github.com/patschi/factorio-transparent-inventory/releases). +- 2020-08-22 (**[v1.0.0](https://github.com/patschi/factorio-transparent-inventory/releases/tag/v1.0.0)**) + - Note: This version is ONLY compatible with 1.0. For earlier releases, use a previous mod release. + - Tweak: Marked mod compatible with [1.0](https://wiki.factorio.com/Version_history/1.0.0) and later. + - 2020-07-31 (**[v0.5.0](https://github.com/patschi/factorio-transparent-inventory/releases/tag/v0.5.0)**) - Note: This version is ONLY compatible with 0.18. For 0.17 use a previous release. - Tweak: Marked mod compatible with [0.18](https://wiki.factorio.com/Version_history/0.18.0) and later - only tested 0.8.38 myself. diff --git a/info.json b/info.json index 5f4e30c..454da72 100644 --- a/info.json +++ b/info.json @@ -1,11 +1,11 @@ { "name": "transparent-inventory", - "version": "0.5.0", + "version": "1.0.0", "title": "Transparent Inventories", "author": "Patrik Kernstock", "contact": "patrik+factorio@kernstock.net", "homepage": "https://github.com/patschi/factorio-transparent-inventory", "description": "Nobody has something to hide in their inventories, right? For less inventory-privacy: Transparent Inventories! Simply ALT + MOUSE-CLICK-1 (default, can be configured) on any other player to open his inventory - without admin permissions. Boost productivity by sharing resources the easy way!", - "factorio_version": "0.18", - "dependencies": [ "base >= 0.18.0" ] + "factorio_version": "1.0", + "dependencies": [ "base >= 1.0" ] }