Bump version and update Changes 5.210000
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 17 Jan 2015 15:35:25 +0000 (17:35 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 17 Jan 2015 15:35:43 +0000 (17:35 +0200)
Changes
README
lib/HTML/Element/Library.pm

diff --git a/Changes b/Changes
index 6e58b22ec64e3d16fd99ff29cf3613e75183caa6..2679181cba145f6087faaf30b67e72689a25312a 100644 (file)
--- 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 0e8404e5083ade6084a4db9ffa7010b2595f8e2a..e16b54eaf1a054d547ec1567b7cfa6957ffa0e61 100644 (file)
--- 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.
index 2fbc0a7bce5a1859f5c2b7cd730bc398d250f817..6f905aab1af969bea2e66b791ba41cf47f3b5512 100644 (file)
@@ -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';
This page took 0.011704 seconds and 4 git commands to generate.