From ca0378649c2a290d4bcd6d4385ec13870698ecfd Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Sat, 11 Aug 2012 21:45:55 +0000 Subject: bump version --- Changes | 4 ++++ lib/Parse/EDID.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index c8f9927..a3951da 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +2012-08-11 1.0.4 + + * fix distribution content again... + 2012-08-11 1.0.3 * fix distribution content diff --git a/lib/Parse/EDID.pm b/lib/Parse/EDID.pm index 29e18d5..9e95ba4 100755 --- a/lib/Parse/EDID.pm +++ b/lib/Parse/EDID.pm @@ -21,7 +21,7 @@ use strict; use warnings; use base 'Exporter'; -our $VERSION = '1.0.3'; +our $VERSION = '1.0.4'; our @EXPORT = qw( parse_edid -- cgit v1.2.1