summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-06-04 19:44:37 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-06-04 19:44:37 +0200
commit7e0b6f38cf7c559908de7f05379604ceae3b3cda (patch)
tree1b3a62078de69030eea1ef6f45012b704044b0d3
parent638a818ad08af8b34798fb156233fa6205c349fc (diff)
downloadApp-BorgRestore-7e0b6f38cf7c559908de7f05379604ceae3b3cda.tar.gz
App-BorgRestore-7e0b6f38cf7c559908de7f05379604ceae3b3cda.tar.xz
Checking in changes prior to tagging of version 2.0.1.2.0.1
Changelog diff is: diff --git a/Changes b/Changes index 7a69a34..63cdd4d 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} +2.0.1 2017-06-04T17:44:27Z + + - Add github to META.json + 2.0.0 2017-06-04T16:18:33Z - original version
-rw-r--r--Changes4
-rw-r--r--META.json2
-rw-r--r--lib/App/BorgRestore.pm2
3 files changed, 6 insertions, 2 deletions
diff --git a/Changes b/Changes
index 7a69a34..63cdd4d 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension App-BorgRestore
{{$NEXT}}
+2.0.1 2017-06-04T17:44:27Z
+
+ - Add github to META.json
+
2.0.0 2017-06-04T16:18:33Z
- original version
diff --git a/META.json b/META.json
index 42b3e89..df1c21e 100644
--- a/META.json
+++ b/META.json
@@ -74,6 +74,6 @@
"web" : "https://github.com/Bluewind/App-BorgRestore"
}
},
- "version" : "2.0.0",
+ "version" : "2.0.1",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
}
diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm
index 3ebabb9..1ab110f 100644
--- a/lib/App/BorgRestore.pm
+++ b/lib/App/BorgRestore.pm
@@ -3,7 +3,7 @@ use v5.10;
use strict;
use warnings;
-our $VERSION = "2.0.0";
+our $VERSION = "2.0.1";
use App::BorgRestore::Borg;
use App::BorgRestore::DB;