Skip to content

Commit

Permalink
Bump to v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lifenjoiner committed Jun 13, 2022
1 parent 2f01eff commit ee12104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gethtmlX.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ void PrintGumboNodes(const Vector *nodes) {

/* https://dom.spec.whatwg.org/#interface-document */
void help(const char *app) {
fprintf(stderr, "Get information from html. v0.2.3 by YX Hao\n");
fprintf(stderr, "Get information from html. v0.2.4 by YX Hao\n");
fprintf(stderr, "Usage: %s <operations> [html-file]\n", app);
fprintf(stderr, "Encoding caution: UTF8 desired! Or strange things could happen.\n");
fprintf(stderr, "operation examples:\n");
Expand Down

0 comments on commit ee12104

Please sign in to comment.