From 00e85128ea67fcbaf2e35baf6722ef53f664e9dd Mon Sep 17 00:00:00 2001 From: Bart Janssens Date: Tue, 30 Apr 2024 22:33:38 +0200 Subject: [PATCH] Set version to v0.15.1 (#429) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7551273..fd39918 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CxxWrap" uuid = "1f15a43c-97ca-5a2a-ae31-89f07a497df4" authors = ["Bart Janssens "] -version = "0.15.0" +version = "0.15.1" [deps] Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" @@ -11,7 +11,7 @@ libcxxwrap_julia_jll = "3eaa8342-bff7-56a5-9981-c04077f7cee7" [compat] MacroTools = "0.5.9" julia = "1.6" -libcxxwrap_julia_jll = "0.12.2" +libcxxwrap_julia_jll = "0.12.3" [extras] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"