diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2010-07-04 23:46:00 +0300 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2010-07-04 23:46:00 +0300 |
commit | 87ad6bafb43171e109d8e85403245193285ac46c (patch) | |
tree | b01ceb0e600ba504d6d6780932969efd41efe0cc | |
parent | e5b13e47dae091b45a3f00632f7d57fa11895acc (diff) | |
download | markup-validator-87ad6bafb43171e109d8e85403245193285ac46c.zip markup-validator-87ad6bafb43171e109d8e85403245193285ac46c.tar.gz markup-validator-87ad6bafb43171e109d8e85403245193285ac46c.tar.bz2 |
Bump bundle version back to 1.0, no 1.1 related changes so far.
-rw-r--r-- | misc/bundle/META.yml | 2 | ||||
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/bundle/META.yml b/misc/bundle/META.yml index 53fa558..d713f97 100644 --- a/misc/bundle/META.yml +++ b/misc/bundle/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Bundle-W3C-Validator -version: 1.1 +version: 1.0 abstract: Bundle of modules required by the W3C Markup Validator author: - W3C QA-dev Team <public-qa-dev@w3.org> diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 7dbf02a..7a4a138 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -5,7 +5,7 @@ use strict; use warnings; use vars qw($VERSION); -$VERSION = '1.1'; +$VERSION = '1.0'; 1; |