From 8bab51aeaebe464bd248b3dd81a476f9ecdf3570 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 13 Jan 2025 01:24:49 +0100 Subject: [PATCH] 0.0.9 --- lignumis/changelog.txt | 2 ++ lignumis/info.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lignumis/changelog.txt b/lignumis/changelog.txt index 5114d14..18fec33 100644 --- a/lignumis/changelog.txt +++ b/lignumis/changelog.txt @@ -4,6 +4,8 @@ Date: 13.01.2025 - Add Active noise cancelling tower - Add noise emissions to non-Lignumis entities - Balance noise + Bug Fixes: + - Reduce Space Age dependency to latest stable release instead of experimental --------------------------------------------------------------------------------------------------- Version: 0.0.8 Date: 12.01.2025 diff --git a/lignumis/info.json b/lignumis/info.json index bb1fbf1..ef2f5de 100644 --- a/lignumis/info.json +++ b/lignumis/info.json @@ -1,6 +1,6 @@ { "name": "lignumis", - "version": "0.0.8", + "version": "0.0.9", "title": "[Alpha] Lignumis", "description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies. Warning: This is an early development version. Breaking changes will happen.", "author": "cackling fiend", @@ -8,7 +8,7 @@ "factorio_version": "2.0", "dependencies": [ "base", - "space-age >= 2.0.29", + "space-age >= 2.0.28", "astroponics >= 1.2.0", "cf-lib >= 0.0.2", "mf-core >= 1.0.3",