Skip to content

Commit 9cbab00

Browse files
committed
chore: bump version numbers
1 parent a14f1ad commit 9cbab00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/src/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const inventorySlotTypings = Object.freeze([ItemType.Gun, ItemType.Gun, ItemType
2525
export const GameConstants = freezeDeep({
2626
// !!!!! NOTE: Increase this every time a bit stream change is made between latest release and master
2727
// or a new item is added to a definition list
28-
protocolVersion: 32,
28+
protocolVersion: 33,
2929
gridSize: 32,
3030
maxPosition: 1924,
3131
modeName: "fall" satisfies Mode as Mode,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "suroi",
3-
"version": "0.21.2",
3+
"version": "0.21.3",
44
"description": "An open-source 2D battle royale game inspired by surviv.io",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)