From 4d9682d0c4b1e54d8188ebd82f4bc903f26437b7 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Tue, 12 Jan 2016 10:59:06 -0800 Subject: [PATCH] Fix typo in 2.0.1 changelog --- Changes | 5 ++++- docs/RiveScript.html | 5 ++++- lib/RiveScript.pm | 7 +++++-- lib/RiveScript/WD.pm | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index c9530a2..d6b2837 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ Revision history for Perl extension RiveScript. - 2.0.1 Jan 11 2015 + 2.0.2 Jan 11 2016 + - Fix typo in changelog. + + 2.0.1 Jan 11 2016 - When formatting a user's message, consolidate multiple consecutive spaces down to one. - Apply downstream Debian patch that fixes a typo in RiveScript::WD. diff --git a/docs/RiveScript.html b/docs/RiveScript.html index 49f8778..407868a 100644 --- a/docs/RiveScript.html +++ b/docs/RiveScript.html @@ -434,7 +434,10 @@

SEE ALSO

CHANGES

-
  2.0.1  Jan 11 2015
+
  2.0.2  Jan 11 2016
+  - Fix typo in changelog.
+
+  2.0.1  Jan 11 2016
   - When formatting a user's message, consolidate multiple consecutive spaces
     down to one.
   - Apply downstream Debian patch that fixes a typo in RiveScript::WD.
diff --git a/lib/RiveScript.pm b/lib/RiveScript.pm
index 72143a9..e84d78d 100644
--- a/lib/RiveScript.pm
+++ b/lib/RiveScript.pm
@@ -5,7 +5,7 @@ use warnings;
 
 # Version of the Perl RiveScript interpreter. This must be on a single line!
 # See `perldoc version`
-use version; our $VERSION = version->declare('v2.0.1');
+use version; our $VERSION = version->declare('v2.0.2');
 
 our $SUPPORT = '2.0';  # Which RS standard we support.
 our $basedir = (__FILE__ =~ /^(.+?)\.pm$/i ? $1 : '.');
@@ -3381,7 +3381,10 @@ L - The official homepage of RiveScript.
 
 =head1 CHANGES
 
-  2.0.1  Jan 11 2015
+  2.0.2  Jan 11 2016
+  - Fix typo in changelog.
+
+  2.0.1  Jan 11 2016
   - When formatting a user's message, consolidate multiple consecutive spaces
     down to one.
   - Apply downstream Debian patch that fixes a typo in RiveScript::WD.
diff --git a/lib/RiveScript/WD.pm b/lib/RiveScript/WD.pm
index c17f4d2..14d7ccf 100644
--- a/lib/RiveScript/WD.pm
+++ b/lib/RiveScript/WD.pm
@@ -5,7 +5,7 @@ use warnings;
 
 # Version of the Perl RiveScript interpreter. This must be on a single line!
 # See `perldoc version`
-use version; our $VERSION = version->declare('v2.0.1');
+use version; our $VERSION = version->declare('v2.0.2');
 
 # This is not a real module; it's only a current copy of the RiveScript
 # Working Draft. See the latest version at