From 586fc14940ff6f95ca1c3c4ef645e8bae755abcd Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Tue, 27 Jul 2021 16:32:22 -0500 Subject: [PATCH] Version 0.2.5 Also bumps [compat] on Images. Closes #34 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index e8f4478..fea4b67 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "RegisterQD" uuid = "ac24ea0c-1830-11e9-18d4-81f172323054" -version = "0.2.4" +version = "0.2.5" [deps] CenterIndexedArrays = "46a7138f-0d70-54e1-8ada-fb8296f91f24" @@ -21,7 +21,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] CenterIndexedArrays = "0.2" CoordinateTransformations = "0.5, 0.6" -Images = "0.20, 0.21, 0.22, 0.23" +Images = "0.20, 0.21, 0.22, 0.23, 0.24" Interpolations = "0.12, 0.13" MappedArrays = "0.2, 0.3, 0.4" OffsetArrays = "0.11, 1"