Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Ferraz committed Apr 1, 2015
1 parent 06de122 commit f6e0704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for st

1.1.2 Wed Apr 1 18:43:12 2015 +0200
Bugfix: sorted data was not cached

1.1.1 Thu Oct 10 19:37:41 2013 +0200
Makefile.PL allows script renaming

Expand Down
2 changes: 1 addition & 1 deletion lib/App/St.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

#use bignum;

our $VERSION = '1.1.1';
our $VERSION = '1.1.2';

sub new {
my ($class, %opt) = @_;
Expand Down

0 comments on commit f6e0704

Please sign in to comment.