Skip to content

Commit b1004b7

Browse files
committed
After release: bump $VERSION and timestamp Changes
1 parent bac77c2 commit b1004b7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Release notes for HTTP-Tiny
22

33
{{$NEXT}}
44

5+
0.081 2022-07-17 09:01:51-04:00 America/New_York (TRIAL RELEASE)
6+
57
[FIXED]
68

79
- No longer deletes the 'headers' key from post_form arguments hashref.

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
4141
"lib" => 0,
4242
"open" => 0
4343
},
44-
"VERSION" => "0.081",
44+
"VERSION" => "0.082",
4545
"test" => {
4646
"TESTS" => "t/*.t"
4747
}

lib/HTTP/Tiny.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55
# ABSTRACT: A small, simple, correct HTTP/1.1 client
66

7-
our $VERSION = '0.081';
7+
our $VERSION = '0.082';
88

99
sub _croak { require Carp; Carp::croak(@_) }
1010

0 commit comments

Comments
 (0)