@galacean/engine-shaderlab 1.4.0 → 1.4.1

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.
package/dist/module.js CHANGED
@@ -6798,9 +6798,9 @@ ShaderLab._shaderPositionPool = ShaderLabUtils.createObjectPool(ShaderPosition);
6798
6798
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
6799
6799
 
6800
6800
  //@ts-ignore
6801
- var version = "1.4.0";
6801
+ var version = "1.4.1";
6802
6802
  var mode = "Release";
6803
- console.log("Galacean ShaderLab version: " + version + ". mode: " + mode);
6803
+ console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);
6804
6804
 
6805
6805
  export { ShaderLab, version };
6806
6806
  //# sourceMappingURL=module.js.map