Skip to content

Commit 0382838

Browse files
authored
Merge pull request #97 from hedgefog/master
Update 1.5.3
2 parents 0ac139d + 342094e commit 0382838

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

.amxxpack.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
{
1313
"name": "amxx-modding-kit",
14-
"url": "https://github.com/Hedgefog/amxx-modding-kit/archive/refs/tags/1.0.2.zip",
14+
"url": "https://github.com/Hedgefog/amxx-modding-kit/archive/refs/tags/1.0.4.zip",
1515
"strip": 1,
1616
"filter": [
1717
"util/**",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zombiepanic",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "CS Zombie Panic",
55
"scripts": {
66
"build": "amxxpack build",

src/include/zombiepanic.inc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
/*
2+
1.5.3
3+
Fixes:
4+
Fixed Amx Mod X 1.10 compatibility
5+
26
1.5.2
37
Fixes:
48
Fixed grenade throw direction

src/include/zombiepanic_const.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <weapon_base_throwable_const>
77

88
#define ZP_TITLE "Zombie Panic"
9-
#define ZP_VERSION "1.5.2"
9+
#define ZP_VERSION "1.5.3"
1010

1111
/*--------------------------------[ Constants ]--------------------------------*/
1212

0 commit comments

Comments
 (0)