From 3059abd9fb3f14d598f6c299335c3ebac5bc689a Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Mon, 20 Nov 2023 12:54:17 +0100 Subject: [PATCH] Release 0.4.1 - Check %XDG_CONFIG_HOME% on Windows for RC file --- src/native_main.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native_main.nim b/src/native_main.nim index d699470..051f054 100644 --- a/src/native_main.nim +++ b/src/native_main.nim @@ -15,7 +15,7 @@ import tempfile when defined(windows): import windows_helpers -const VERSION = "0.4.0" +const VERSION = "0.4.1" type MessageRecv* = object