Skip to content

Commit

Permalink
0.02
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfranck committed Aug 21, 2024
1 parent c306e5b commit 5999b76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ my %module_build_args = (
"=over 4"
],
"dist_name" => "Plack-App-Catmandu-SRU",
"dist_version" => "0.01",
"dist_version" => "0.02",
"license" => "perl",
"module_name" => "Plack::App::Catmandu::SRU",
"recursive_test_files" => 1,
Expand Down
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Plack::App::Catmandu::SRU

{{$NEXT}}

0.02 2024-08-21 16:17:30 CEST
- added missing use statement

0.01 2024-07-30 11:25:57 CEST
Expand Down
2 changes: 1 addition & 1 deletion lib/Plack/App/Catmandu/SRU.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Plack::App::Catmandu::SRU;

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

use Catmandu::Sane;
use Catmandu;
Expand Down

0 comments on commit 5999b76

Please sign in to comment.