Skip to content

Commit

Permalink
Version 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
splewis committed Jun 19, 2016
1 parent 9be9c93 commit e274366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripting/get5/version.sp
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e274366

Please sign in to comment.