Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedgefog committed Dec 29, 2022
1 parent 73bdc7c commit 036720e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zombiepanic",
"version": "1.4.2",
"version": "1.4.3",
"description": "Zombie Panic Mod",
"scripts": {
"build": "amxxpack build",
Expand Down
5 changes: 5 additions & 0 deletions src/include/zombiepanic.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/*
1.4.3
Fixes:
Fixed handgrenade respawn
Fixed handgrenade and satchel errors
1.4.2
Additions and improvements:
Add ambient_generic reset
Expand Down
2 changes: 1 addition & 1 deletion src/include/zombiepanic_const.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define ZP_TITLE "Zombie Panic"
#define ZP_VERSION "1.4.2"
#define ZP_VERSION "1.4.3"

#define ZP_HUMAN_TEAM 2
#define ZP_ZOMBIE_TEAM 1
Expand Down

0 comments on commit 036720e

Please sign in to comment.