From 852eba73a7401ba9d505f7c4ef169ae1aa5ae17a Mon Sep 17 00:00:00 2001 From: t-bltg Date: Tue, 9 Aug 2022 20:05:09 +0200 Subject: [PATCH] `ImageInTerminal` 0.5 (#115) * `ImageInTerminal` 0.5 * Update Project.toml Co-authored-by: Frames Catherine White --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index e055fb0..e33b041 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ReferenceTests" uuid = "324d217c-45ce-50fc-942e-d289b448e8cf" -authors = ["Christof Stocker ", "Lyndon White ", "Johnny Chen "] -version = "0.9.11" +authors = ["Christof Stocker ", "Frames White ", "Johnny Chen "] +version = "0.9.12" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" @@ -25,7 +25,7 @@ Distances = "0.7, 0.8, 0.9, 0.10" FileIO = "1" GR = "= 0.50.1" ImageCore = "0.8.1, 0.9" -ImageInTerminal = "0.3, 0.4" +ImageInTerminal = "0.3, 0.4, 0.5" ImageMagick = "0.7, 1" ImageTransformations = "0.8" LazyModules = "0.3"