From 182e5d9f00d3b8da7528bd477237bd100407442a Mon Sep 17 00:00:00 2001 From: Spencer Lyon Date: Wed, 14 Jul 2021 11:49:14 -0400 Subject: [PATCH] loosen constraint on PlotlyBase to 0.6 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 26777cac..c946df98 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PlotlyJS" uuid = "f0f68f2c-4968-5e81-91da-67840de0976a" authors = ["Spencer Lyon "] -version = "0.16.3" +version = "0.16.4" [deps] Blink = "ad839575-38b3-5650-b840-f874b8c74a25" @@ -20,7 +20,7 @@ WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29" Blink = "0.12" JSExpr = "0.5" JSON = "0.20, 0.21" -PlotlyBase = "0.6.4" +PlotlyBase = "0.6" Reexport = "0.2, 1" Requires = "1.0" WebIO = "0.8"