Skip to content

Commit

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

diff --git a/Changes b/Changes
index 4e3978b..68ac816 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension aws-lambda

 {{$NEXT}}
+
+0.0.3 2019-04-18T06:17:14Z
     - Added missing prereq URI::Escape as suggested by CPANTS. #13 (thx @manwar)

 0.0.2 2019-04-17T07:14:14Z
  • Loading branch information
shogo82148 committed Apr 18, 2019
1 parent 6c4f82e commit e15c944
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Perl extension aws-lambda

{{$NEXT}}

0.0.3 2019-04-18T06:17:14Z
- Added missing prereq URI::Escape as suggested by CPANTS. #13 (thx @manwar)

0.0.2 2019-04-17T07:14:14Z
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"web" : "https://github.com/shogo82148/p5-aws-lambda"
}
},
"version" : "0.0.2",
"version" : "0.0.3",
"x_contributors" : [
"Ichinose Shogo <shogo82148@gmail.com>",
"Jose Luis Martinez <jlmartinez@capside.com>",
Expand Down
2 changes: 1 addition & 1 deletion lib/AWS/Lambda.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use HTTP::Tiny;

our $VERSION = "0.0.2";
our $VERSION = "0.0.3";

1;
__END__
Expand Down

0 comments on commit e15c944

Please sign in to comment.