From 4fa2eeb67d8bfdb5de06a2c9b3c13ce2fefbc077 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 14 Nov 2014 23:15:26 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 5 +++++ README | 4 ++-- lib/Aard.pm | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 78da2f5..e409f81 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,9 @@ Revision history for Perl extension Aard. +0.001 2014-11-14T23:16+02:00 + - Improve POD + - Replace JSON with JSON::MaybeXS + - Mark as stable + 0.000_001 2014-05-01T02:06+03:00 - Initial release diff --git a/README b/README index 568fb7b..ba2fb23 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Aard version 0.000_001 -====================== +Aard version 0.001 +================== Aard is a module for reading files in the Aard Dictionary format (.aar). A dictionary is an array of (key, article) pairs, with some associated metadata. diff --git a/lib/Aard.pm b/lib/Aard.pm index 0d331dd..9b58c95 100644 --- a/lib/Aard.pm +++ b/lib/Aard.pm @@ -3,7 +3,7 @@ package Aard; use 5.014000; use strict; use warnings; -our $VERSION = '0.000_001'; +our $VERSION = '0.001'; use IO::Uncompress::Inflate qw/inflate/; use IO::Uncompress::Bunzip2 qw/bunzip2/; -- 2.30.2