diff --git a/doc/Cargo.toml b/doc/Cargo.toml index 1e940b97..65df5a51 100644 --- a/doc/Cargo.toml +++ b/doc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "doc" -version = "0.0.39" #auto +version = "0.0.40" #auto authors = [ "SiegeLord " ] [lib] @@ -11,4 +11,4 @@ path = "dummy.rs" [dependencies.gnuplot] path = "../gnuplot" -version = "=0.0.39" #auto +version = "=0.0.40" #auto diff --git a/gnuplot/Cargo.toml b/gnuplot/Cargo.toml index 6cfc27f4..cdbbd1cf 100644 --- a/gnuplot/Cargo.toml +++ b/gnuplot/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gnuplot" -version = "0.0.39" #auto +version = "0.0.40" #auto license = "LGPL-3.0" repository = "https://github.com/SiegeLord/RustGnuplot" documentation = "http://siegelord.github.io/RustGnuplot/doc/gnuplot/index.html"