From 8ba4187aa8550d8a3f90d30076be0daa90827912 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 17 Jan 2015 17:35:25 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ README | 4 ++-- lib/HTML/Element/Library.pm | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 6e58b22..2679181 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension HTML::Element::Library. +5.210000 2015-01-17T17:35+02:00 + - Stable release + - Update copyright years + 5.200_002 2014-12-27T14:17+02:00 - Remove 'use v5.14;' from t/perlcritic.t diff --git a/README b/README index 0e8404e..e16b54e 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -HTML-Element-Library version 5.200_002 -====================================== +HTML-Element-Library version 5.210000 +===================================== HTML-Element-Library provides more methods for HTML::Element. Read the POD for more information. diff --git a/lib/HTML/Element/Library.pm b/lib/HTML/Element/Library.pm index 2fbc0a7..6f905aa 100644 --- a/lib/HTML/Element/Library.pm +++ b/lib/HTML/Element/Library.pm @@ -2,7 +2,7 @@ package HTML::Element::Library; use strict; use warnings; -our $VERSION = '5.200_002'; +our $VERSION = '5.210000'; our $DEBUG = 0; use Array::Group ':all'; -- 2.30.2