From 55cc08d33178b4ad10a88ea87f92a6d476e6f257 Mon Sep 17 00:00:00 2001 From: Patrik Kernstock Date: Sat, 27 Mar 2021 16:48:13 +0000 Subject: [PATCH] Mark compatible with Factorio 1.1 --- CHANGELOG.md | 4 ++++ info.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2118d0a..2397efb 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). +- 2021-03-27 (**[v1.0.1](https://github.com/patschi/factorio-transparent-inventory/releases/tag/v1.0.1)**) + - Note: This version is ONLY compatible with 1.1. For earlier releases, use a previous mod release. + - Tweak: Marked mod compatible with [1.1](https://wiki.factorio.com/Version_history/1.0.1) and later. + - 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. diff --git a/info.json b/info.json index 454da72..db7f128 100644 --- a/info.json +++ b/info.json @@ -1,11 +1,11 @@ { "name": "transparent-inventory", - "version": "1.0.0", + "version": "1.0.1", "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": "1.0", + "factorio_version": "1.1", "dependencies": [ "base >= 1.0" ] }