From 041325b75c58cf0b9789820a85e76211c5eed9bf Mon Sep 17 00:00:00 2001 From: Pavel Sountsov Date: Sat, 17 Feb 2024 23:27:31 -0800 Subject: [PATCH] Bump to 0.0.42 --- doc/Cargo.toml | 4 ++-- gnuplot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Cargo.toml b/doc/Cargo.toml index 11be95be..0ce101ad 100644 --- a/doc/Cargo.toml +++ b/doc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "doc" -version = "0.0.41" #auto +version = "0.0.42" #auto authors = [ "SiegeLord " ] [lib] @@ -11,4 +11,4 @@ path = "dummy.rs" [dependencies.gnuplot] path = "../gnuplot" -version = "=0.0.41" #auto +version = "=0.0.42" #auto diff --git a/gnuplot/Cargo.toml b/gnuplot/Cargo.toml index 68f6e972..2b3e7c8b 100644 --- a/gnuplot/Cargo.toml +++ b/gnuplot/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gnuplot" -version = "0.0.41" #auto +version = "0.0.42" #auto license = "LGPL-3.0" repository = "https://github.com/SiegeLord/RustGnuplot" documentation = "http://siegelord.github.io/RustGnuplot/doc/gnuplot/index.html"