Skip to content

Commit 99a29ff

Browse files
committed
complete version bump after release
1 parent 7b0fbf0 commit 99a29ff

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: META.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -93,27 +93,27 @@
9393
"provides" : {
9494
"HTML::Entities" : {
9595
"file" : "lib/HTML/Entities.pm",
96-
"version" : "3.74"
96+
"version" : "3.75"
9797
},
9898
"HTML::Filter" : {
9999
"file" : "lib/HTML/Filter.pm",
100-
"version" : "3.74"
100+
"version" : "3.75"
101101
},
102102
"HTML::HeadParser" : {
103103
"file" : "lib/HTML/HeadParser.pm",
104-
"version" : "3.74"
104+
"version" : "3.75"
105105
},
106106
"HTML::LinkExtor" : {
107107
"file" : "lib/HTML/LinkExtor.pm",
108-
"version" : "3.74"
108+
"version" : "3.75"
109109
},
110110
"HTML::PullParser" : {
111111
"file" : "lib/HTML/PullParser.pm",
112-
"version" : "3.74"
112+
"version" : "3.75"
113113
},
114114
"HTML::TokeParser" : {
115115
"file" : "lib/HTML/TokeParser.pm",
116-
"version" : "3.74"
116+
"version" : "3.75"
117117
}
118118
},
119119
"release_status" : "stable",
@@ -128,7 +128,7 @@
128128
"web" : "https://github.com/libwww-perl/html-parser"
129129
}
130130
},
131-
"version" : "3.74",
131+
"version" : "3.75",
132132
"x_contributors" : [
133133
"Antonio Radici <[email protected]>",
134134
"Barbie <[email protected]>",

Diff for: Parser.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package HTML::Parser;
22

33
use strict;
44

5-
our $VERSION = '3.74';
5+
our $VERSION = '3.75';
66

77
require HTML::Entities;
88

0 commit comments

Comments
 (0)