Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed May 5, 2019
1 parent ee3c72a commit 8006728
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Revision history for Perl extension App::jl

0.01 Sun May 5 2:9:15 JST 2019
0.02 Sun May 5 12:40:09 JST 2019
- Fix test
- Fix docs

0.01 Sun May 5 02:09:15 JST 2019
- original version
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"provides" : {
"App::jl" : {
"file" : "lib/App/jl.pm",
"version" : "0.01"
"version" : "0.02"
}
},
"release_status" : "stable",
Expand All @@ -61,6 +61,6 @@
"url" : "http://github.com/bayashi/App-jl"
}
},
"version" : "0.01",
"version" : "0.02",
"x_serialization_backend" : "JSON::PP version 2.97001"
}
2 changes: 1 addition & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is Perl module B<App::jl>.

=begin html

<a href="http://travis-ci.org/bayashi/App-jl"><img src="https://secure.travis-ci.org/bayashi/App-jl.png"/></a> <a href="https://coveralls.io/r/bayashi/App-jl"><img src="https://coveralls.io/repos/bayashi/App-jl/badge.png?branch=master"/></a>
<a href="http://travis-ci.org/bayashi/App-jl"><img src="https://secure.travis-ci.org/bayashi/App-jl.png?_t=1557028055"/></a> <a href="https://coveralls.io/r/bayashi/App-jl"><img src="https://coveralls.io/repos/bayashi/App-jl/badge.png?_t=1557028055&branch=master"/></a>

=end html

Expand Down
4 changes: 2 additions & 2 deletions lib/App/jl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use JSON qw/decode_json to_json/;
use Sub::Data::Recursive;
use Getopt::Long qw/GetOptionsFromArray/;

our $VERSION = '0.01';
our $VERSION = '0.02';

my $MAX_DEPTH = 10;

Expand Down Expand Up @@ -148,7 +148,7 @@ The parser of the line
=begin html
<a href="http://travis-ci.org/bayashi/App-jl"><img src="https://secure.travis-ci.org/bayashi/App-jl.png"/></a> <a href="https://coveralls.io/r/bayashi/App-jl"><img src="https://coveralls.io/repos/bayashi/App-jl/badge.png?branch=master"/></a>
<a href="http://travis-ci.org/bayashi/App-jl"><img src="https://secure.travis-ci.org/bayashi/App-jl.png?_t=1557028055"/></a> <a href="https://coveralls.io/r/bayashi/App-jl"><img src="https://coveralls.io/repos/bayashi/App-jl/badge.png?_t=1557028055&branch=master"/></a>
=end html
Expand Down

0 comments on commit 8006728

Please sign in to comment.