From 5cc315da79a1caa8fd5b27b192377d8824a311c1 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Tue, 28 Sep 2021 14:29:28 +0200 Subject: [PATCH] Release 0.3.6 Fix saving files into directories without specifying the filename --- 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 47954e3..f003997 100644 --- a/src/native_main.nim +++ b/src/native_main.nim @@ -13,7 +13,7 @@ import tempfile when defined(windows): import windows_helpers -const VERSION = "0.3.5" +const VERSION = "0.3.6" type MessageRecv* = object