Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deluvas1911 committed Jul 19, 2021
1 parent 47e5bfd commit 5975d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resource/Client/Models/SaltyChat/GameInstance.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export class GameInstance {
constructor(serverUniqueIdentifier, name, channelId, channelPassword, soundPack, swissChannels, sendTalkStates, sendRadioTrafficStates, rRangeUltraShort, rRangeShort, rRangeLong) {
this.versionInfo = "1.2.0";
this.versionInfo = "1.2.1";
this.serverUniqueIdentifier = serverUniqueIdentifier;
this.name = name;
this.channelId = channelId;
Expand Down

0 comments on commit 5975d3b

Please sign in to comment.