Skip to content

Commit

Permalink
chore: bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanger committed Nov 12, 2024
1 parent 2746fc8 commit af08b42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion client/src/scripts/news/newsPosts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ export const news: NewsPost[] = [
date: 1731370468000,
author: "HAZEL",
title: "Empty Baskets",
content: "Harvest comes to a close and Classic mode returns to the island, but more is soon to come. We will be holding a <strong>closed beta test for accounts</strong> in the not-so-distant future, so stay tuned to official Suroi channels for information on how to participate."
content: `Harvest comes to a close and Classic mode returns to the island, but more is soon to come. We will be holding a <strong>closed beta test for accounts</strong> in the not-so-distant future, so stay tuned to official Suroi channels for information on how to participate.
<br><a href="/rules">The rules</a> have been updated. Please take the time to read them.`
},
{
date: 1730689557000,
Expand Down
2 changes: 1 addition & 1 deletion common/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: 34,
protocolVersion: 35,
gridSize: 32,
maxPosition: Constants.MAX_POSITION,
modeName: "normal" satisfies Mode as Mode,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suroi",
"version": "0.21.4",
"version": "0.21.5",
"description": "An open-source 2D battle royale game inspired by surviv.io",
"private": true,
"scripts": {
Expand Down

0 comments on commit af08b42

Please sign in to comment.