diff --git a/README.md b/README.md index df5d250eb..389a725fb 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ If you need more help, see the [step-by-step guide in the wiki](https://github.c - ``get5_forceready``: marks all teams as ready - ``get5_dumpstats``: dumps current match stats to a file - ``get5_status``: replies with JSON formatted match state (available to all clients, requires [SMJansson](https://forums.alliedmods.net/showthread.php?t=184604)) -- ``get5_list_backups``: lists backup files for the current matchid or a given matchid +- ``get5_listbackups``: lists backup files for the current matchid or a given matchid ## Match Schema diff --git a/scripting/get5/version.sp b/scripting/get5/version.sp index 53b3d7459..8bb5d22b7 100644 --- a/scripting/get5/version.sp +++ b/scripting/get5/version.sp @@ -1,4 +1,4 @@ #tryinclude "manual_version.sp" #if !defined PLUGIN_VERSION -#define PLUGIN_VERSION "0.2.0-dev" +#define PLUGIN_VERSION "0.2.0" #endif