game_client_logic_deb 1.3.75 → 1.3.76

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.
@@ -240,7 +240,7 @@
240
240
  //endregion
241
241
  function GameEngineConfig() {
242
242
  GameEngineConfig_instance = this;
243
- this.i2k_1 = '1.3.75';
243
+ this.i2k_1 = '1.3.76';
244
244
  }
245
245
  GameEngineConfig.prototype.j2k = function () {
246
246
  return this.i2k_1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "main": "Logic_Debertz-game_client.js",
3
3
  "types": "Logic_Debertz-game_client.d.ts",
4
- "version": "1.3.75",
4
+ "version": "1.3.76",
5
5
  "name": "game_client_logic_deb"
6
6
  }