Adds missing dependency
This commit is contained in:
Simon Brodtmann 2025-02-28 10:12:10 +01:00
parent eaccb4161e
commit b23b363702
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,9 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 1.0.26
Date: 28.02.2025
Bug Fixes:
- Add missing dependency
---------------------------------------------------------------------------------------------------
Version: 1.0.25 Version: 1.0.25
Date: 28.02.2025 Date: 28.02.2025
Changes: Changes:

View file

@ -1,6 +1,6 @@
{ {
"name": "lignumis", "name": "lignumis",
"version": "1.0.25", "version": "1.0.26",
"title": "Lignumis", "title": "Lignumis",
"description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.", "description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.",
"author": "cackling fiend", "author": "cackling fiend",
@ -9,6 +9,7 @@
"dependencies": [ "dependencies": [
"base", "base",
"space-age >= 2.0.28", "space-age >= 2.0.28",
"lignumis-assets",
"flib", "flib",
"PlanetsLib >= 1.1.26", "PlanetsLib >= 1.1.26",
"astroponics >= 1.2.0", "astroponics >= 1.2.0",