From c38e901619ece898cd63ed67b913dd1f5a51bd39 Mon Sep 17 00:00:00 2001 From: Tokuhiro Matsuno Date: Wed, 24 Dec 2014 07:55:57 +0900 Subject: [PATCH] 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. --- Changes | 4 ++++ META.json | 2 +- lib/UnQLite.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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;