Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
jberger committed May 23, 2012
1 parent ff3e9ab commit caa0271
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Revision history for Perl module PerlGSL::Integration::SingeDim.

0.002
0.002 May 22, 2012
- Fix memory leak with AV*

0.001 May 9, 2012
Expand Down
8 changes: 4 additions & 4 deletions META.json
Expand Up @@ -38,20 +38,20 @@
"provides" : {
"PerlGSL::Integration::SingleDim" : {
"file" : "lib/PerlGSL/Integration/SingleDim.pm",
"version" : "0.001"
"version" : "0.002"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "http://github.com/jberger/PerlGSL-Integration-SingeDim/issues"
"web" : "http://github.com/jberger/PerlGSL-Integration-SingleDim/issues"
},
"license" : [
"http://dev.perl.org/licenses/"
],
"repository" : {
"url" : "http://github.com/jberger/PerlGSL-Integration-SingeDim"
"url" : "http://github.com/jberger/PerlGSL-Integration-SingleDim"
}
},
"version" : "0.001"
"version" : "0.002"
}
8 changes: 4 additions & 4 deletions META.yml
Expand Up @@ -19,11 +19,11 @@ no_index:
provides:
PerlGSL::Integration::SingleDim:
file: lib/PerlGSL/Integration/SingleDim.pm
version: 0.001
version: 0.002
requires:
perl: 5.008
resources:
bugtracker: http://github.com/jberger/PerlGSL-Integration-SingeDim/issues
bugtracker: http://github.com/jberger/PerlGSL-Integration-SingleDim/issues
license: http://dev.perl.org/licenses/
repository: http://github.com/jberger/PerlGSL-Integration-SingeDim
version: 0.001
repository: http://github.com/jberger/PerlGSL-Integration-SingleDim
version: 0.002
2 changes: 1 addition & 1 deletion lib/PerlGSL/Integration/SingleDim.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;
use Carp;
use Scalar::Util qw/looks_like_number/;

our $VERSION = '0.001';
our $VERSION = '0.002';
$VERSION = eval $VERSION;

require XSLoader;
Expand Down

0 comments on commit caa0271

Please sign in to comment.