From d63a5e1708c7c522c2d70a337a1e7b7c1f520a19 Mon Sep 17 00:00:00 2001 From: kimikage Date: Sun, 15 Mar 2020 17:48:17 +0900 Subject: [PATCH] Bump compat for Colors and release 1.0.2 (#21) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 694e431..d56e362 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Graphics" uuid = "a2bd30eb-e257-5431-a919-1863eab51364" -version = "1.0.1" +version = "1.0.2" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" @@ -8,7 +8,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3" [compat] -Colors = "0.9, 0.10, 0.11" +Colors = "0.9, 0.10, 0.11, 0.12" NaNMath = "0.3.3" julia = "1"