summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-02-04 07:27:22 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-02-04 07:27:22 -0500
commitbe82b134d68c0b8158481b9b7ec00df49760afab (patch)
tree1b9ea6dbf8c679581d130fd931c22751b92a229a
parentccad8a08e6ac2016a2a2b7d33f48a4f36a5744fc (diff)
downloadgames-word-be82b134d68c0b8158481b9b7ec00df49760afab.tar.gz
games-word-be82b134d68c0b8158481b9b7ec00df49760afab.zip
update version and release date for another release0.02
-rw-r--r--Changes4
-rw-r--r--lib/Games/Word.pm4
-rw-r--r--lib/Games/Word/Wordlist.pm2
3 files changed, 6 insertions, 4 deletions
diff --git a/Changes b/Changes
index ccdb9d2..aa11c01 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for Games-Word
-0.01 Wed Jan 30 19:34:53 2008
+0.02 Feb 04, 2008
+ Fix up some docs and tests.
+0.01 Feb 03, 2008
First version, released on an unsuspecting world.
diff --git a/lib/Games/Word.pm b/lib/Games/Word.pm
index 6bc9b37..d27f6a9 100644
--- a/lib/Games/Word.pm
+++ b/lib/Games/Word.pm
@@ -19,11 +19,11 @@ Games::Word - utility functions for writing word games
=head1 VERSION
-Version 0.01 released ???
+Version 0.02 released 02/04/08
=cut
-our $VERSION = '0.01';
+our $VERSION = '0.02';
=head1 SYNOPSIS
diff --git a/lib/Games/Word/Wordlist.pm b/lib/Games/Word/Wordlist.pm
index 901c294..0fc4c6b 100644
--- a/lib/Games/Word/Wordlist.pm
+++ b/lib/Games/Word/Wordlist.pm
@@ -15,7 +15,7 @@ Version 0.02 released 02/04/2008
=cut
-our $VERSION = '0.01';
+our $VERSION = '0.02';
=head1 SYNOPSIS