From 0c101e7d883e4af7e9855923de1d379db037fe04 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sun, 5 Apr 2020 13:10:36 +0200 Subject: [PATCH] release 1.0 :tada: --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 5dde4216..a23555b5 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.29.9" +version = "1.0.0" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" @@ -42,7 +42,7 @@ NaNMath = "0.3" PGFPlotsX = "1.2.0" PlotThemes = "1" PlotUtils = "0.6.5" -RecipesBase = "0.8" +RecipesBase = "1" Reexport = "0.2" Requires = "0.5, 1.0" Showoff = "0.3.1"