Skip to content

Commit

Permalink
Version: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Iswenzz committed Jul 14, 2022
1 parent 5d03a04 commit 87e4934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ PCL void OnInfoRequest(pluginInfo_t *info)

// ===== OPTIONAL FIELDS =====
info->pluginVersion.major = 1;
info->pluginVersion.minor = 2;
info->pluginVersion.minor = 25;
strncpy(info->fullName, "gsclib", sizeof(info->fullName));
strncpy(info->shortDescription, "gsclib acts as a standard library extension for the Call of Duty 4 scripting language.", sizeof(info->shortDescription));
strncpy(info->longDescription, "gsclib acts as a standard library extension for the Call of Duty 4 scripting language. The features this library provides consists of an FTP/FTPS/SFTP client, an HTTP/HTTPS client, Regular Expresison (RegEx) support, Language Integrated Query (Linq) support, a MySQL connector for databases, casting/type conversion and other type utilities, and much more. More detailed information on each feature can be found in the documentation section.", sizeof(info->longDescription));
Expand Down

0 comments on commit 87e4934

Please sign in to comment.