From 6346d656cfad29f1fa81dca1a39ae562698ac614 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 26 Apr 2020 13:41:44 +0200 Subject: Release v0.03 --- lib/Travel/Status/DE/DBWagenreihung.pm | 4 ++-- lib/Travel/Status/DE/DBWagenreihung/Section.pm | 2 +- lib/Travel/Status/DE/DBWagenreihung/Wagon.pm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/Travel/Status/DE/DBWagenreihung.pm b/lib/Travel/Status/DE/DBWagenreihung.pm index 9935e10..32c1468 100644 --- a/lib/Travel/Status/DE/DBWagenreihung.pm +++ b/lib/Travel/Status/DE/DBWagenreihung.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.020; -our $VERSION = '0.02'; +our $VERSION = '0.03'; use Carp qw(cluck confess); use JSON; @@ -478,7 +478,7 @@ Travel::Status::DE::DBWagenreihung - Interface to Deutsche Bahn Wagon Order API. =head1 VERSION -version 0.02 +version 0.03 This is beta software. The API may change without notice. diff --git a/lib/Travel/Status/DE/DBWagenreihung/Section.pm b/lib/Travel/Status/DE/DBWagenreihung/Section.pm index 844f0ee..36f295d 100644 --- a/lib/Travel/Status/DE/DBWagenreihung/Section.pm +++ b/lib/Travel/Status/DE/DBWagenreihung/Section.pm @@ -7,7 +7,7 @@ use utf8; use parent 'Class::Accessor'; -our $VERSION = '0.02'; +our $VERSION = '0.03'; Travel::Status::DE::DBWagenreihung::Section->mk_ro_accessors( qw(name start_percent end_percent length_percent start_meters end_meters length_meters) diff --git a/lib/Travel/Status/DE/DBWagenreihung/Wagon.pm b/lib/Travel/Status/DE/DBWagenreihung/Wagon.pm index bda654b..53ac9e2 100644 --- a/lib/Travel/Status/DE/DBWagenreihung/Wagon.pm +++ b/lib/Travel/Status/DE/DBWagenreihung/Wagon.pm @@ -8,7 +8,7 @@ use utf8; use parent 'Class::Accessor'; use Carp qw(cluck); -our $VERSION = '0.02'; +our $VERSION = '0.03'; Travel::Status::DE::DBWagenreihung::Wagon->mk_ro_accessors( qw(attributes class_type has_ac has_accessibility has_bahn_comfort has_bike_storage has_bistro has_compartments has_family_area -- cgit v1.2.3