From 21da39a5b5c1cba127e7cdd5a1dd1611668ec9db Mon Sep 17 00:00:00 2001 From: Tobias Nett Date: Sun, 10 May 2020 16:22:53 +0200 Subject: [PATCH] feat: Prepare release v1.1.0 and enable release management --- module.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/module.txt b/module.txt index b2d9af5c09..cbca941732 100644 --- a/module.txt +++ b/module.txt @@ -1,8 +1,11 @@ { "id" : "Inventory", "version" : "1.1.0", + "isReleaseManaged": true, "displayName" : "Core Inventory", - "author": "Various", + "author": "The Terasology Foundation", "description" : "This module adds a standard and simple inventory system as well as hooks for other modules", - "dependencies" : [] + "dependencies" : [], + "isLibrary": true, + "isAugmentation": true }