diff options
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | META.json | 7 | ||||
-rw-r--r-- | lib/App/BorgRestore.pm | 2 |
3 files changed, 7 insertions, 4 deletions
@@ -1,6 +1,8 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} + +3.1.0 2018-08-25T09:46:27Z - Add --json option - Add --detail option - Log cache update status message per archive to INFO @@ -4,7 +4,7 @@ "-2017 Florian Pritz <bluewind@xinu.at>" ], "dynamic_config" : 0, - "generated_by" : "Minilla/v3.0.10, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Minilla/v3.1.2, CPAN::Meta::Converter version 2.150010", "license" : [ "gpl_3" ], @@ -92,6 +92,7 @@ "web" : "https://github.com/Bluewind/App-BorgRestore" } }, - "version" : "3.0.0", - "x_serialization_backend" : "JSON::PP version 2.97001" + "version" : "3.1.0", + "x_serialization_backend" : "JSON::PP version 2.97001", + "x_static_install" : 0 } diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm index 8bd19e0..5fd36ff 100644 --- a/lib/App/BorgRestore.pm +++ b/lib/App/BorgRestore.pm @@ -3,7 +3,7 @@ use v5.14; use strict; use warnings; -our $VERSION = "3.0.0"; +our $VERSION = "3.1.0"; use App::BorgRestore::Borg; use App::BorgRestore::DB; |