diff options
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | META.json | 6 | ||||
-rw-r--r-- | lib/App/BorgRestore.pm | 2 |
3 files changed, 6 insertions, 4 deletions
@@ -1,6 +1,8 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} + +3.4.0 2019-09-28T13:28:49Z - Remove archive name untaint restrictions (remove untaint_archive_name function) @@ -4,7 +4,7 @@ "-2018 Florian Pritz <bluewind@xinu.at>" ], "dynamic_config" : 0, - "generated_by" : "Minilla/v3.1.2, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Minilla/v3.1.4, CPAN::Meta::Converter version 2.150010", "license" : [ "gpl_3" ], @@ -93,7 +93,7 @@ "web" : "https://github.com/Bluewind/App-BorgRestore" } }, - "version" : "3.3.0", - "x_serialization_backend" : "JSON::PP version 2.97001", + "version" : "3.4.0", + "x_serialization_backend" : "JSON::PP version 4.02", "x_static_install" : 0 } diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm index 8716bfb..0cf08dc 100644 --- a/lib/App/BorgRestore.pm +++ b/lib/App/BorgRestore.pm @@ -2,7 +2,7 @@ package App::BorgRestore; use v5.14; use strictures 2; -our $VERSION = "3.3.0"; +our $VERSION = "3.4.0"; use App::BorgRestore::Borg; use App::BorgRestore::DB; |