From e6839c7a3f4caeefb8094c14bf9cc2ff3b164e4e Mon Sep 17 00:00:00 2001 From: Platinum Date: Mon, 13 Feb 2023 20:43:16 +1100 Subject: [PATCH] Update to SPT AKI 3.5.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 626676d..25d8222 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "SPT-Realism Ammo Stats", - "version": "1.0.0", + "version": "1.0.1", "main": "src/mod.js", - "license": "MIT", + "license": "GPLv3", "author": "Platinum", - "akiVersion": "3.4.1", + "akiVersion": "3.5.0", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts"