Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yappo committed Nov 13, 2013
1 parent 2750b4f commit b115fc0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ my %module_build_args = (
"Kazuhiro Osawa <yappo {at} shibuya {dot} pl>"
],
"dist_name" => "App-Ikachan",
"dist_version" => "0.13",
"dist_version" => "v0.2.0",
"license" => "perl",
"module_name" => "App::Ikachan",
"recommends" => {},
Expand Down
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Revision history for Perl extension App::Ikachan

{{$NEXT}}

v0.2.0 2013-11-13 18:07:11 JST
- change 'bin' directory to 'script'
- add mount option (soh335++)
- show version (idea by tokuhirom)
- go to dist-milla, good bye Module::Install

0.12 2013-05-23T18:33:30+09:00
- add --enable-ssl option
- fix documentation bug
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.12';
our $VERSION = 'v0.2.0';

1;
__END__
Expand Down

0 comments on commit b115fc0

Please sign in to comment.