diff --git a/Changes b/Changes index ac69cb1..165dc12 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +feedgnuplot (1.48) + + * --vnlog works properly with --domain + + -- Dima Kogan Sat, 24 Feb 2018 12:33:50 -0800 + feedgnuplot (1.47) * Fixed typo. Everything is un-broken now diff --git a/bin/feedgnuplot b/bin/feedgnuplot index e7febab..f9c6570 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -16,7 +16,7 @@ use Pod::Usage; use Time::Piece; # Makefile.PL assumes this is in '' -my $VERSION = '1.47'; +my $VERSION = '1.48'; my %options; interpretCommandline();