Checking in changes prior to tagging of version 0.05.

Changelog diff is:

diff --git Changes Changes
index b22c1b5..3386ce5 100644
--- Changes
+++ Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Unqlite

 {{$NEXT}}

+0.05 2014-12-23T22:55:15Z
+
+    - Doc fix
+
 0.04 2014-08-30T09:33:52Z

     - Fixed packaging issue.
This commit is contained in:
Tokuhiro Matsuno 2014-12-24 07:55:57 +09:00
parent 033c847b60
commit c38e901619
3 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,10 @@ Revision history for Perl extension Unqlite
{{$NEXT}}
0.05 2014-12-23T22:55:15Z
- Doc fix
0.04 2014-08-30T09:33:52Z
- Fixed packaging issue.

View file

@ -63,7 +63,7 @@
"web" : "https://github.com/tokuhirom/UnQLite"
}
},
"version" : "0.04",
"version" : "0.05",
"x_contributors" : [
"Kenichi Ishigaki <ishigaki@cpan.org>",
"Reini Urban <rurban@cpanel.net>"

View file

@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp ();
our $VERSION = "0.04";
our $VERSION = "0.05";
our $rc = 0;
use XSLoader;