From 373f1ab05ad5449300f6e32cbeab08604fc1dd81 Mon Sep 17 00:00:00 2001 From: Henry Sanger Date: Tue, 10 Dec 2024 21:51:55 -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 1d3d71b8b..848f49bd8 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: 37, + protocolVersion: 38, gridSize: 32, maxPosition: Constants.MAX_POSITION, modeName: "winter" satisfies Mode as Mode, diff --git a/package.json b/package.json index f35642213..4ec843dab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suroi", - "version": "0.21.7", + "version": "0.22.0", "description": "An open-source 2D battle royale game inspired by surviv.io", "private": true, "scripts": {