Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Nov 6, 2014
1 parent e622414 commit 4e13173
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Changes
@@ -1,4 +1,11 @@
---
version: 0.0.6
date: Thu Oct 30 20:31:20 UTC 2014
changes:
- First fully working version
- Builds and installs right things at right times
- Has a few tiny things to polish yet
---
version: 0.0.5
date: Thu Oct 30 20:31:20 UTC 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -52,6 +52,6 @@
"web" : "https://github.com/ingydotnet/acme-math-xs-pm"
}
},
"version" : "0.0.5"
"version" : "0.0.6"
}

2 changes: 1 addition & 1 deletion META.yml
Expand Up @@ -24,4 +24,4 @@ resources:
bugtracker: https://github.com/ingydotnet/acme-math-xs-pm/issues
homepage: https://github.com/ingydotnet/acme-math-xs-pm
repository: https://github.com/ingydotnet/acme-math-xs-pm.git
version: 0.0.5
version: 0.0.6
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -29,7 +29,7 @@ my %WriteMakefileArgs = (
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.008001",
"NAME" => "Acme::Math::XS",
"VERSION" => "0.0.5",
"VERSION" => "0.0.6",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Acme/Math/XS.pm
@@ -1,6 +1,6 @@
use strict; use warnings;
package Acme::Math::XS;
our $VERSION = '0.0.5';
our $VERSION = '0.0.6';

use Exporter 'import';
our @EXPORT = qw(
Expand Down

0 comments on commit 4e13173

Please sign in to comment.