From 036720eb7e33a9dd90602f05123f69782ce518e6 Mon Sep 17 00:00:00 2001 From: Hedgehog Fog Date: Thu, 29 Dec 2022 14:20:44 +0200 Subject: [PATCH] update version --- package-lock.json | 4 ++-- package.json | 2 +- src/include/zombiepanic.inc | 5 +++++ src/include/zombiepanic_const.inc | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63a8e6b..a90b61b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zombiepanic", - "version": "1.4.2", + "version": "1.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "zombiepanic", - "version": "1.4.2", + "version": "1.4.3", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 96c7780..fb4abad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zombiepanic", - "version": "1.4.2", + "version": "1.4.3", "description": "Zombie Panic Mod", "scripts": { "build": "amxxpack build", diff --git a/src/include/zombiepanic.inc b/src/include/zombiepanic.inc index ca45f8c..df336e4 100644 --- a/src/include/zombiepanic.inc +++ b/src/include/zombiepanic.inc @@ -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 diff --git a/src/include/zombiepanic_const.inc b/src/include/zombiepanic_const.inc index 594f961..0724478 100644 --- a/src/include/zombiepanic_const.inc +++ b/src/include/zombiepanic_const.inc @@ -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