game_client_logic_deb 1.5.2 → 1.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -313,7 +313,7 @@
313
313
  //endregion
314
314
  function GameEngineConfig() {
315
315
  GameEngineConfig_instance = this;
316
- this.version = '1.5.2';
316
+ this.version = '1.5.4';
317
317
  }
318
318
  protoOf(GameEngineConfig).s2e = function () {
319
319
  return this.version;