Skip to content

Commit 8c605e7

Browse files
committed
Bump to v0.2.2
1 parent 08fa872 commit 8c605e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

getJSONX.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jsmntok_t* jsmn_parse_expr_on_ws(const char* js, const jsmntok_t *tokens, const
8181

8282
//
8383
void help(const char *app) {
84-
fprintf(stderr, "Get information from json. v0.2.1 by YX Hao\n");
84+
fprintf(stderr, "Get information from json. v0.2.2 by YX Hao\n");
8585
fprintf(stderr, "Usage: %s <operations> [json-file]\n", app);
8686
fprintf(stderr, "operation examples:\n");
8787
fprintf(stderr, " [.]a.b.c[0].d\n");

0 commit comments

Comments
 (0)