From aee6b95cb52c092dd6fdcd7f0d57370d861e0cb9 Mon Sep 17 00:00:00 2001 From: Pierre Palatin Date: Sun, 17 Nov 2024 14:42:14 +0100 Subject: [PATCH] Version 0.0.26 --- changelog.txt | 2 +- frontend/package.json | 2 +- mod/info.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 81093c4..f58236e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ --------------------------------------------------------------------------------------------------- Version: 0.0.26 -Date: +Date: 2024.11.17 Bug: - Remove cloudis when rendering. This works only when using CLI, not from in-game `/mapshot`. diff --git a/frontend/package.json b/frontend/package.json index 32a16e6..aeb80c5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "mapshot", - "version": "0.0.25", + "version": "0.0.26", "description": "Web frontend for Mapshot, a Factorio screenshot generator.", "main": "index.js", "scripts": { diff --git a/mod/info.json b/mod/info.json index a637027..bc9c98e 100644 --- a/mod/info.json +++ b/mod/info.json @@ -1,6 +1,6 @@ { "name": "mapshot", - "version": "0.0.25", + "version": "0.0.26", "title": "Mapshot", "author": "pierre@palatin.fr", "factorio_version": "2.0",