From 06c7ddb2521001af4077dba6043bcc20153f4d3c Mon Sep 17 00:00:00 2001 From: Christian Walde Date: Thu, 24 Oct 2024 15:20:49 +0200 Subject: [PATCH] Bump to version 0.11.2 --- VERSION | 2 +- changelog.txt | 6 ++++++ info.json | 2 +- resmon.lua | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index af88ba8..bc859cb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.1 +0.11.2 diff --git a/changelog.txt b/changelog.txt index 8d3568b..b460654 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,10 @@ --------------------------------------------------------------------------------------------------- +Version: 0.11.2 +Date: 2024-10-24 + Changes: + - fix a spurious crash on saving (narc) + - enable looking at sites on other surfaces (mithaldu) +--------------------------------------------------------------------------------------------------- Version: 0.11.1 Date: 2024-10-23 Changes: diff --git a/info.json b/info.json index 1c1d5fa..f209c80 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "YARM", - "version": "0.11.1", + "version": "0.11.2", "factorio_version": "2.0", "title": "YARM - Resource Monitor", "author": "Mithaldu (current maintainer)", diff --git a/resmon.lua b/resmon.lua index ede2849..d89f36c 100644 --- a/resmon.lua +++ b/resmon.lua @@ -4,7 +4,7 @@ require "libs/ore_tracker" local mod_gui = require("mod-gui") local v = require "semver" -local mod_version = "0.11.1" +local mod_version = "0.11.2" -- Sanity: site names aren't allowed to be longer than this, to prevent them -- kicking the buttons off the right edge of the screen