From 4d9dc31c5e1a535985b7c262becf2d6b0de459dc Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Wed, 27 Nov 2019 18:11:14 +0100 Subject: [PATCH] update PlotThemes bounds and up version --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 2a0bb25b..6b6c0284 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Plots" uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" author = ["Tom Breloff (@tbreloff)"] -version = "0.28.0" +version = "0.28.1" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" @@ -39,7 +39,7 @@ GeometryTypes = "0.7" JSON = "0.21" Measures = "0.3" NaNMath = "0.3" -PlotThemes = "0.2, 0.4" +PlotThemes = "0.2, 1" PlotUtils = "0.6.1" RecipesBase = "0.6, 0.7" Reexport = "0.2"