Skip to content

Commit

Permalink
Merge branch 'release/1.3095_02' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Jul 3, 2012
2 parents 85444ac + 59f4bbc commit a23bd25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
@@ -1,5 +1,7 @@
{{$NEXT}}

1.3095_02 03.07.2012

[ BUG FIXES ]
* fix exception tests in some cases (GH #734) (Damien Krotkine & katkad )

Expand All @@ -8,6 +10,7 @@

[ DOCUMENTATION ]
* Clarify serialization in introduction POD (Mark A. Stratman)
* Typo fix (Sam Kington)

1.3095_01 22.06.2012

Expand Down
2 changes: 1 addition & 1 deletion lib/Dancer.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
use Carp;
use Cwd 'realpath';

our $VERSION = '1.3095_01';
our $VERSION = '1.3095_02';
our $AUTHORITY = 'SUKRIA';

use Dancer::App;
Expand Down

0 comments on commit a23bd25

Please sign in to comment.