From 62feb95a58875daf86b7c4fed0716f7e5110ff4a Mon Sep 17 00:00:00 2001 From: Helmut Wollmersdorfer Date: Sat, 16 Aug 2014 07:44:50 +0200 Subject: [PATCH] 0.003 --- Changes | 2 ++ META.json | 2 +- README.md | 7 +++++++ lib/Grapheme/Ngram.pm | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index fa7184e..1558f4b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Grapheme::Ngram {{$NEXT}} + +0.003 2014-08-16 07:44:43 CEST - add travis 0.002 2014-08-04 22:05:17 CEST diff --git a/META.json b/META.json index 867ab27..65c3a35 100644 --- a/META.json +++ b/META.json @@ -57,7 +57,7 @@ "web" : "https://github.com/wollmers/Grapheme-Ngram" } }, - "version" : "0.002", + "version" : "0.003", "x_contributors" : [ "Helmut Wollmersdorfer " ] diff --git a/README.md b/README.md index 0aaf6e6..40c5478 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ Grapheme::Ngram - n-grams of Unicode Extended Grapheme Clusters +
+ +
+ +Grapheme-Ngram +Coverage Status + # SYNOPSIS use Grapheme::Ngram; diff --git a/lib/Grapheme/Ngram.pm b/lib/Grapheme/Ngram.pm index b76d41a..9598b85 100644 --- a/lib/Grapheme/Ngram.pm +++ b/lib/Grapheme/Ngram.pm @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.002'; +our $VERSION = '0.003'; sub new { my $class = shift;