@galacean/effects-core 2.4.0-beta.3 → 2.4.0

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/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Description: Galacean Effects runtime core for the web
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 燃然,飂兮,十弦,云垣,茂安,意绮
6
- * Version: v2.4.0-beta.3
6
+ * Version: v2.4.0
7
7
  */
8
8
 
9
9
  'use strict';
@@ -31638,7 +31638,7 @@ registerPlugin("sprite", SpriteLoader, exports.VFXItem);
31638
31638
  registerPlugin("particle", ParticleLoader, exports.VFXItem);
31639
31639
  registerPlugin("cal", CalculateLoader, exports.VFXItem);
31640
31640
  registerPlugin("interact", InteractLoader, exports.VFXItem);
31641
- var version = "2.4.0-beta.3";
31641
+ var version = "2.4.0";
31642
31642
  logger.info("Core version: " + version + ".");
31643
31643
 
31644
31644
  exports.AbstractPlugin = AbstractPlugin;