summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-05-16 16:23:15 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-05-16 16:23:15 +0200
commit330d0009b197f7fe633aea6bda1b3c04de29352c (patch)
treefc3dfee4601dc5232dd431f7d03b9d5e720bd174
parent964bcdee8ee60686f9084dc3099ae96832621313 (diff)
do not issue a new release just yet.
-rw-r--r--Changelog2
-rw-r--r--lib/Travel/Status/DE/IRIS.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 48bb378..9ed95fe 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-Travel::Status::DE::IRIS 1.02 - ??? May ?? 2015
+git HEAD
* Added github repo to dist metadata and the doc
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm
index e6884b6..7b731b8 100644
--- a/lib/Travel/Status/DE/IRIS.pm
+++ b/lib/Travel/Status/DE/IRIS.pm
@@ -6,7 +6,7 @@ use 5.014;
no if $] >= 5.018, warnings => 'experimental::smartmatch';
-our $VERSION = '1.02';
+our $VERSION = '1.01';
use Carp qw(confess cluck);
use DateTime;