Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.03.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 5cb4e9c..8e6f81b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension App::Ikachan

+0.03    2011-10-24T12:33:28+09:00
+        - required AnySan 0.03
+
 0.02    2011-10-24T11:46:58+09:00
         - required AnySan 0.02
  • Loading branch information
yappo committed Oct 24, 2011
1 parent bfcd38a commit b784de1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension App::Ikachan

0.03 2011-10-24T12:33:28+09:00
- required AnySan 0.03

0.02 2011-10-24T11:46:58+09:00
- required AnySan 0.02

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Ikachan.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package App::Ikachan;
use strict;
use warnings;
our $VERSION = '0.02';
our $VERSION = '0.03';

1;
__END__
Expand Down

0 comments on commit b784de1

Please sign in to comment.