diff --git a/Project.toml b/Project.toml index dab2b93..d8f635f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "StipplePlotly" uuid = "ec984513-233d-481d-95b0-a3b58b97af2b" authors = ["Adrian and contributors"] -version = "0.6.1" +version = "0.7" [deps] Genie = "c43c736e-a2d1-11e8-161f-af95117fbd1e" @@ -9,7 +9,7 @@ Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998" [compat] Genie = "4" -Stipple = "0.16" +Stipple = "0.17" julia = "1.6" [extras] diff --git a/src/StipplePlotly.jl b/src/StipplePlotly.jl index 062eb51..ad558ef 100644 --- a/src/StipplePlotly.jl +++ b/src/StipplePlotly.jl @@ -58,7 +58,7 @@ include("Charts.jl") @reexport using .Charts function __init__() - push!(Stipple.DEPS, deps) + Stipple.DEPS[@__MODULE__] = deps end end # module