From 88aa6d69cb5fb8923c01eb0f62727a38e86c32cd Mon Sep 17 00:00:00 2001 From: Pierre Palatin Date: Mon, 15 Apr 2024 14:55:52 +0200 Subject: [PATCH] Version 0.0.22 --- changelog.txt | 6 ++++++ frontend/package.json | 2 +- mod/info.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index e910a86..026468d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +--------------------------------------------------------------------------------------------------- +Version: 0.0.22 +Date: 2024.04.15 + Bug: + - Do not crash when no player is yet connected. + --------------------------------------------------------------------------------------------------- Version: 0.0.21 Date: 2024.02.17 diff --git a/frontend/package.json b/frontend/package.json index 87b1e40..8041ba5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "mapshot", - "version": "0.0.21", + "version": "0.0.22", "description": "Web frontend for Mapshot, a Factorio screenshot generator.", "main": "index.js", "scripts": { diff --git a/mod/info.json b/mod/info.json index 274d630..d3f050c 100644 --- a/mod/info.json +++ b/mod/info.json @@ -1,6 +1,6 @@ { "name": "mapshot", - "version": "0.0.21", + "version": "0.0.22", "title": "Mapshot", "author": "pierre@palatin.fr", "factorio_version": "1.1",