From 33553eb055aa06bf03f17e07f95aec9e74e6b474 Mon Sep 17 00:00:00 2001 From: Michael Krabbe Borregaard Date: Thu, 6 Feb 2020 12:08:35 +0100 Subject: [PATCH] update version and dep of RecipesBase --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d3310df3..36101c35 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.5" +version = "0.29.0" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" @@ -42,7 +42,7 @@ NaNMath = "0.3" PGFPlotsX = "1.2.0" PlotThemes = "1" PlotUtils = "0.6.1" -RecipesBase = "0.6, 0.7" +RecipesBase = "0.8" Reexport = "0.2" Requires = "0.5, 1.0" Showoff = "0.3.1"