Skip to content

Commit aea5a3c

Browse files
authored
Merge pull request #17 from hedgefog/master
Update 1.1.2
2 parents 1257940 + c0a8cf6 commit aea5a3c

5 files changed

Lines changed: 14 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": "snowwars",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Hedgehog Fog",
55
"description": "CS Snow Wars Mod",
66
"scripts": {

src/include/snowwars.inc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
/*
2+
3+
1.1.2
4+
Fixes:
5+
Fixed Amx Mod X 1.10 compatibility
6+
7+
1.1.1
8+
Common:
9+
Updated AMXX Modding Kit
10+
211
1.1.0
312
General:
413
Reworked mod using AMXX Modding Kit

src/include/snowwars_const.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/*--------------------------------[ Title ]--------------------------------*/
77

88
stock const SW_TITLE[] = "Snow Wars";
9-
stock const SW_VERSION[] = "1.1.1";
9+
stock const SW_VERSION[] = "1.1.2";
1010

1111
/*--------------------------------[ Asset Library ]--------------------------------*/
1212

0 commit comments

Comments
 (0)