Skip to content

Commit

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

diff --git a/Changes b/Changes
index 2bf77da..f02b714 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Otogiri

 {{$NEXT}}

+0.02 2013-11-08T08:36:37Z
+    - feature: add last_inserted_id() [tsucchi++]
+
 0.01 2013-10-30T06:45:03Z

     - original version
  • Loading branch information
ytnobody committed Nov 8, 2013
1 parent 3dd877a commit 45333ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Perl extension Otogiri

{{$NEXT}}

0.02 2013-11-08T08:36:37Z
- feature: add last_inserted_id() [tsucchi++]

0.01 2013-10-30T06:45:03Z

- original version
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"web" : "https://github.com/ytnobody/Otogiri"
}
},
"version" : "0.01",
"version" : "0.02",
"x_contributors" : [
"papix <mail@papix.net>",
"Takuya Tsuchida <tsucchi@cpan.org>"
Expand Down
2 changes: 1 addition & 1 deletion lib/Otogiri.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use 5.008005;
use strict;
use warnings;

our $VERSION = "0.01";
our $VERSION = "0.02";

use Class::Accessor::Lite (
ro => [qw/connect_info/],
Expand Down

0 comments on commit 45333ba

Please sign in to comment.