game_client_logic_deb 1.4.20 → 1.4.21

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.
@@ -291,7 +291,7 @@
291
291
  //endregion
292
292
  function GameEngineConfig() {
293
293
  GameEngineConfig_instance = this;
294
- this.version = '1.4.20';
294
+ this.version = '1.4.21';
295
295
  }
296
296
  GameEngineConfig.prototype.f2c = function () {
297
297
  return this.version;