From ce4e99bab4de10d723a74a278f2a211f7b443b18 Mon Sep 17 00:00:00 2001 From: ThummeTo <83663542+ThummeTo@users.noreply.github.com> Date: Wed, 12 Feb 2025 09:49:35 +0100 Subject: [PATCH] version inc (#138) Co-authored-by: Tobias Thummerer --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b3472db..a422487 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FMIImport" uuid = "9fcbc62e-52a0-44e9-a616-1359a0008194" authors = ["TT ", "LM ", "JK "] -version = "1.0.9" +version = "1.0.10" [deps] Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" @@ -17,7 +17,7 @@ FMIZooExt = ["FMIZoo"] [compat] Downloads = "1" -FMIBase = "1.0.8" +FMIBase = "1.1.0" Libdl = "1" RelocatableFolders = "1" julia = "1.6"