Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osyu committed Dec 8, 2022
1 parent 52ef337 commit eb1bae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## Unreleased
## 0.2.0 (2022-12-08)

- Allow jumper weapons to inflict knockback on enemies
- Add custom server tag for the gamemode
- Switch to building against SlidyBat's SendProxy Manager fork
- Various minor improvements

## 0.1.0 (2022-08-13)

Expand Down
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/misere.sp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#pragma semicolon 1
#pragma newdecls required

#define PLUGIN_VERSION "0.1.0"
#define PLUGIN_VERSION "0.2.0"

#define ROUND_TIME 300
#define SETUP_TIME 10
Expand Down

0 comments on commit eb1bae9

Please sign in to comment.