diff --git a/Project.toml b/Project.toml index 829aae8..12699e9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Gnuplot" uuid = "dc211083-a33a-5b79-959f-2ff34033469d" -version = "1.1.0" +version = "1.2.0" [deps] ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4" diff --git a/src/Gnuplot.jl b/src/Gnuplot.jl index 57e3e31..ea64008 100644 --- a/src/Gnuplot.jl +++ b/src/Gnuplot.jl @@ -1061,7 +1061,7 @@ end Return the **Gnuplot.jl** package version. """ -version() = v"1.1.0" +version() = v"1.2.0" # --------------------------------------------------------------------- """