浏览代码

Version bump

customisations
alemart 7 个月前
父节点
当前提交
a6e35b9ed7
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1
    1
      plugins/aframe-with-encantar.js
  2. 1
    1
      plugins/babylon-with-encantar.js
  3. 1
    1
      plugins/three-with-encantar.js

+ 1
- 1
plugins/aframe-with-encantar.js 查看文件

8
 
8
 
9
 /* Usage of the indicated versions is encouraged */
9
 /* Usage of the indicated versions is encouraged */
10
 __THIS_PLUGIN_HAS_BEEN_TESTED_WITH__({
10
 __THIS_PLUGIN_HAS_BEEN_TESTED_WITH__({
11
-    'encantar.js': { version: '0.4.1' },
11
+    'encantar.js': { version: '0.4.2' },
12
         'A-Frame': { version: '1.6.0' }
12
         'A-Frame': { version: '1.6.0' }
13
 });
13
 });
14
 
14
 

+ 1
- 1
plugins/babylon-with-encantar.js 查看文件

6
 
6
 
7
 /* Usage of the indicated versions is encouraged */
7
 /* Usage of the indicated versions is encouraged */
8
 __THIS_PLUGIN_HAS_BEEN_TESTED_WITH__({
8
 __THIS_PLUGIN_HAS_BEEN_TESTED_WITH__({
9
-    'encantar.js': { version: '0.4.1' },
9
+    'encantar.js': { version: '0.4.2' },
10
      'babylon.js': { version: '7.38.0' }
10
      'babylon.js': { version: '7.38.0' }
11
 });
11
 });
12
 
12
 

+ 1
- 1
plugins/three-with-encantar.js 查看文件

8
 
8
 
9
 /* Usage of the indicated versions is encouraged */
9
 /* Usage of the indicated versions is encouraged */
10
 __THIS_PLUGIN_HAS_BEEN_TESTED_WITH__({
10
 __THIS_PLUGIN_HAS_BEEN_TESTED_WITH__({
11
-    'encantar.js': { version: '0.4.1' },
11
+    'encantar.js': { version: '0.4.2' },
12
        'three.js': { version: '172' }
12
        'three.js': { version: '172' }
13
 });
13
 });
14
 
14
 

正在加载...
取消
保存