From 0914f0407782a30e775063ff74ebb8b9449d05d2 Mon Sep 17 00:00:00 2001 From: ThummeTo <83663542+ThummeTo@users.noreply.github.com> Date: Mon, 6 Nov 2023 14:31:11 +0100 Subject: [PATCH] V0.16.2 (#103) * preparation for multi-threading * updated readme and tagbot * added compat entries * updated project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6430cf4..bb410bc 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea" [compat] Downloads = "1" EzXML = "1.1.0" -FMICore = "0.18.2" +FMICore = "0.19.0" Libdl = "1" RelocatableFolders = "1" ZipFile = "0.10.0"