From 38317c4423ae1954ba639a3fcb28451e60fd64fe Mon Sep 17 00:00:00 2001 From: Henry Sanger Date: Wed, 13 Nov 2024 08:18:45 -0500 Subject: [PATCH] chore: bump versions --- common/src/constants.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/constants.ts b/common/src/constants.ts index fd1963673..b8157c54d 100644 --- a/common/src/constants.ts +++ b/common/src/constants.ts @@ -43,7 +43,7 @@ const inventorySlotTypings = Object.freeze([ItemType.Gun, ItemType.Gun, ItemType export const GameConstants = freezeDeep({ // !!!!! NOTE: Increase this every time a bit stream change is made between latest release and master // or a new item is added to a definition list - protocolVersion: 35, + protocolVersion: 36, gridSize: 32, maxPosition: Constants.MAX_POSITION, modeName: "normal" satisfies Mode as Mode, diff --git a/package.json b/package.json index 2b5967ab3..ddd57e86c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suroi", - "version": "0.21.5", + "version": "0.21.6", "description": "An open-source 2D battle royale game inspired by surviv.io", "private": true, "scripts": {