summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/bundle/META.yml2
-rw-r--r--misc/bundle/lib/Bundle/W3C/Validator.pm2
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;