From 45b29731dc8052eb3972e243f2a1fedc73a5de1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=99=E7=A9=8F=E9=9D=84?= Date: Thu, 1 Aug 2024 07:12:28 +0000 Subject: [PATCH] Bump server version (!392) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Got confused when I generated types, this fixes NPM reporting 3.9.0. Before and after: ![image](/attachments/056fdd66-c98f-4be3-bcb2-c3b4cfc5bd01) Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/392 Co-authored-by: 静穏靄 Co-committed-by: 静穏靄 --- project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/package.json b/project/package.json index aa835be1..81822d41 100644 --- a/project/package.json +++ b/project/package.json @@ -1,6 +1,6 @@ { "name": "spt-server", - "version": "3.9.0", + "version": "3.10.0", "author": "SPT Server", "license": "NCSA", "main": "obj/bundle.js",