Skip to content

Commit 66aba78

Browse files
committed
chore: bump version numbers (v0.24.1)
1 parent 488c0c6 commit 66aba78

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
@@ -7,7 +7,7 @@ const inventorySlotTypings = Object.freeze([ItemType.Gun, ItemType.Gun, ItemType
77
export const GameConstants = {
88
// !!!!! NOTE: Increase this every time a bit stream change is made between latest release and master
99
// or a new item is added to a definition list
10-
protocolVersion: 50,
10+
protocolVersion: 51,
1111
gridSize: 32,
1212
maxPosition: 1924,
1313
objectMinScale: 0.15,

package.json

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

0 commit comments

Comments
 (0)