@galacean/engine-shaderlab 1.4.0-beta.2 → 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.
@@ -8058,10 +8058,10 @@
8058
8058
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
8059
8059
 
8060
8060
  //@ts-ignore
8061
- var version = "1.4.0-beta.2";
8061
+ var version = "1.4.1";
8062
8062
  var mode = "Release";
8063
8063
  mode = "Verbose";
8064
- console.log("Galacean ShaderLab version: " + version + ". mode: " + mode);
8064
+ console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);
8065
8065
 
8066
8066
  exports.GSError = GSError;
8067
8067
  exports.GSErrorName = GSErrorName;