From 4710732f610e9b9e83a86ed267d9398b1ba1dbbe Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Sat, 11 Aug 2012 20:43:44 +0000 Subject: bump release --- Changes | 4 ++++ lib/Parse/EDID.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index eab6488..c8f9927 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +2012-08-11 1.0.3 + + * fix distribution content + 2012-08-11 1.0.2 * rework test suite diff --git a/lib/Parse/EDID.pm b/lib/Parse/EDID.pm index aaf4aa4..29e18d5 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.2'; +our $VERSION = '1.0.3'; our @EXPORT = qw( parse_edid -- cgit v1.2.1