diff --git a/Changes b/Changes index b22c1b5..3386ce5 100644 --- a/Changes +++ b/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. diff --git a/META.json b/META.json index 1599a82..feb8011 100644 --- a/META.json +++ b/META.json @@ -63,7 +63,7 @@ "web" : "https://github.com/tokuhirom/UnQLite" } }, - "version" : "0.04", + "version" : "0.05", "x_contributors" : [ "Kenichi Ishigaki ", "Reini Urban " diff --git a/lib/UnQLite.pm b/lib/UnQLite.pm index fe72d4a..2fdb21c 100644 --- a/lib/UnQLite.pm +++ b/lib/UnQLite.pm @@ -4,7 +4,7 @@ use strict; use warnings; use Carp (); -our $VERSION = "0.04"; +our $VERSION = "0.05"; our $rc = 0; use XSLoader;