Skip to content

Commit

Permalink
Fix typo in 2.0.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Petherbridge committed Jan 12, 2016
1 parent 55de937 commit 4d9682d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
5 changes: 4 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 4 additions & 1 deletion docs/RiveScript.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,10 @@ <h1 id="SEE-ALSO">SEE ALSO</h1>

<h1 id="CHANGES">CHANGES</h1>

<pre><code> 2.0.1 Jan 11 2015
<pre><code> 2.0.2 Jan 11 2016
- Fix typo in changelog.

2.0.1 Jan 11 2016
- When formatting a user&#39;s message, consolidate multiple consecutive spaces
down to one.
- Apply downstream Debian patch that fixes a typo in RiveScript::WD.
Expand Down
7 changes: 5 additions & 2 deletions lib/RiveScript.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 : '.');
Expand Down Expand Up @@ -3381,7 +3381,10 @@ L<http://www.rivescript.com/> - 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.
Expand Down
2 changes: 1 addition & 1 deletion lib/RiveScript/WD.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d9682d

Please sign in to comment.