Skip to content

Commit 445acb5

Browse files
committed
bump version, 0.14
as usually way after release :(
1 parent b5a5435 commit 445acb5

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Revision history for Perl module HTML::Gumbo
22

3+
0.14 2015-12-28
4+
5+
- croak in case we don't know what to do
6+
37
0.13 2014-07-17
48

59
- Additional fix for threaded perl

META.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"provides" : {
3535
"HTML::Gumbo" : {
3636
"file" : "lib/HTML/Gumbo.pm",
37-
"version" : "0.13"
37+
"version" : "0.14"
3838
}
3939
},
4040
"release_status" : "stable",
@@ -46,6 +46,6 @@
4646
"url" : "https://github.com/ruz/HTML-Gumbo"
4747
}
4848
},
49-
"version" : "0.13",
49+
"version" : "0.14",
5050
"x_serialization_backend" : "JSON::PP version 2.27203"
5151
}

META.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ name: HTML-Gumbo
1717
provides:
1818
HTML::Gumbo:
1919
file: lib/HTML/Gumbo.pm
20-
version: '0.13'
20+
version: '0.14'
2121
requires:
2222
Alien::LibGumbo: '0'
2323
resources:
2424
license: http://dev.perl.org/licenses/
2525
repository: https://github.com/ruz/HTML-Gumbo
26-
version: '0.13'
26+
version: '0.14'
2727
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'

0 commit comments

Comments
 (0)