@galacean/effects-plugin-multimedia 2.9.1-beta.0 → 2.9.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/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Description: Galacean Effects player multimedia plugin
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 云垣
6
- * Version: v2.9.1-beta.0
6
+ * Version: v2.9.1
7
7
  */
8
8
 
9
9
  'use strict';
@@ -1609,7 +1609,7 @@ exports.AudioComponent = __decorate([
1609
1609
 
1610
1610
  /**
1611
1611
  * 插件版本号
1612
- */ var version = "2.9.1-beta.0";
1612
+ */ var version = "2.9.1";
1613
1613
  EFFECTS.registerPlugin("video", VideoLoader);
1614
1614
  EFFECTS.registerPlugin("audio", AudioLoader);
1615
1615
  EFFECTS.logger.info("Plugin multimedia version: " + version + ".");