Skip to content

Commit

Permalink
Released version 1.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeaubert committed Apr 20, 2014
1 parent a23cea0 commit cbf5519
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions 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.

Expand Down
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -36,7 +36,7 @@
"provides" : {
"String::InterpolatedVariables" : {
"file" : "lib/String/InterpolatedVariables.pm",
"version" : "v1.0.3"
"version" : "v1.0.4"
}
},
"release_status" : "stable",
Expand All @@ -52,5 +52,5 @@
"url" : "https://github.com/guillaumeaubert/String-InterpolatedVariables"
}
},
"version" : "v1.0.3"
"version" : "v1.0.4"
}
4 changes: 2 additions & 2 deletions META.yml
Expand Up @@ -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'
Expand All @@ -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
4 changes: 2 additions & 2 deletions lib/String/InterpolatedVariables.pm
Expand Up @@ -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
Expand Down

0 comments on commit cbf5519

Please sign in to comment.