Skip to content

Commit

Permalink
bugfix release 0.025
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Mar 12, 2013
1 parent 5801166 commit a49c502
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl module Galileo.

0.025 March 12, 2013
- Bug fixes (fix broken release 0.024 ooops)

0.024 March 12, 2013
- Fix some setup bugs
- Deprecated files config key (use extra_static_paths)
Expand Down
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -45,7 +45,7 @@
"provides" : {
"Galileo" : {
"file" : "lib/Galileo.pm",
"version" : "0.024"
"version" : "0.025"
},
"Galileo::Admin" : {
"file" : "lib/Galileo/Admin.pm",
Expand Down Expand Up @@ -108,5 +108,5 @@
"url" : "http://github.com/jberger/Galileo"
}
},
"version" : "0.024"
"version" : "0.025"
}
4 changes: 2 additions & 2 deletions META.yml
Expand Up @@ -18,7 +18,7 @@ no_index:
provides:
Galileo:
file: lib/Galileo.pm
version: 0.024
version: 0.025
Galileo::Admin:
file: lib/Galileo/Admin.pm
version: 0
Expand Down Expand Up @@ -73,4 +73,4 @@ resources:
bugtracker: http://github.com/jberger/Galileo/issues
license: http://dev.perl.org/licenses/
repository: http://github.com/jberger/Galileo
version: 0.024
version: 0.025
2 changes: 1 addition & 1 deletion lib/Galileo.pm
@@ -1,7 +1,7 @@
package Galileo;
use Mojo::Base 'Mojolicious';

our $VERSION = '0.024';
our $VERSION = '0.025';
$VERSION = eval $VERSION;

use File::Basename 'dirname';
Expand Down

0 comments on commit a49c502

Please sign in to comment.