diff --git a/Changes b/Changes index d130c94..d1b7f4f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for String-InterpolatedVariables +v1.0.4 2014-04-19 + - Fix "package version matches dist version" for CPANTS. + v1.0.3 2014-04-17 - Fix license declared in meta files. diff --git a/META.json b/META.json index 8bcbbd3..9c9a48f 100644 --- a/META.json +++ b/META.json @@ -36,7 +36,7 @@ "provides" : { "String::InterpolatedVariables" : { "file" : "lib/String/InterpolatedVariables.pm", - "version" : "v1.0.3" + "version" : "v1.0.4" } }, "release_status" : "stable", @@ -52,5 +52,5 @@ "url" : "https://github.com/guillaumeaubert/String-InterpolatedVariables" } }, - "version" : "v1.0.3" + "version" : "v1.0.4" } diff --git a/META.yml b/META.yml index 361618f..4e8af61 100644 --- a/META.yml +++ b/META.yml @@ -18,7 +18,7 @@ name: String-InterpolatedVariables provides: String::InterpolatedVariables: file: lib/String/InterpolatedVariables.pm - version: v1.0.3 + version: v1.0.4 requires: Readonly: '0' perl: '5.006' @@ -27,4 +27,4 @@ resources: homepage: https://metacpan.org/release/String-InterpolatedVariables license: http://www.gnu.org/licenses/gpl-3.0.txt repository: https://github.com/guillaumeaubert/String-InterpolatedVariables -version: v1.0.3 +version: v1.0.4 diff --git a/lib/String/InterpolatedVariables.pm b/lib/String/InterpolatedVariables.pm index e459bb7..c152e8a 100644 --- a/lib/String/InterpolatedVariables.pm +++ b/lib/String/InterpolatedVariables.pm @@ -13,11 +13,11 @@ String::InterpolatedVariables - Extract variable names from interpolated strings =head1 VERSION -Version 1.0.3 +Version 1.0.4 =cut -our $VERSION = '1.0.3'; +our $VERSION = '1.0.4'; =head1 SYNOPSIS