Skip to content

Commit

Permalink
After release: bump $VERSION and timestamp Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Aug 12, 2015
1 parent ff79a85 commit 37bd87a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for HTTP-Tiny-UA

{{$NEXT}}

0.004 2015-08-12 10:22:46-04:00 America/New_York

[CHANGED]

- Copies response headers in header accessors to ensure original is
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.88",
"lib" => 0
},
"VERSION" => "0.004",
"VERSION" => "0.005",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/HTTP/Tiny/UA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;
package HTTP::Tiny::UA;
# ABSTRACT: Higher-level UA features for HTTP::Tiny

our $VERSION = '0.004';
our $VERSION = '0.005';

use superclass 'HTTP::Tiny' => 0.036;

Expand Down
2 changes: 1 addition & 1 deletion lib/HTTP/Tiny/UA/Response.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;
package HTTP::Tiny::UA::Response;
# ABSTRACT: Wrap HTTP::Tiny response as objects with accessors

our $VERSION = '0.004';
our $VERSION = '0.005';

# Declare custom accessor before Class::Tiny loads
use subs 'headers';
Expand Down

0 comments on commit 37bd87a

Please sign in to comment.