소스 검색

Version bump

customisations
alemart 5 달 전
부모
커밋
d5f996ef3b
5개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 2
    2
      package-lock.json
  2. 1
    1
      package.json
  3. 1
    1
      plugins/aframe-with-encantar.js
  4. 1
    1
      plugins/babylon-with-encantar.js
  5. 1
    1
      plugins/three-with-encantar.js

+ 2
- 2
package-lock.json 파일 보기

1
 {
1
 {
2
   "name": "encantar",
2
   "name": "encantar",
3
-  "version": "0.4.3",
3
+  "version": "0.4.4-dev",
4
   "lockfileVersion": 3,
4
   "lockfileVersion": 3,
5
   "requires": true,
5
   "requires": true,
6
   "packages": {
6
   "packages": {
7
     "": {
7
     "": {
8
       "name": "encantar",
8
       "name": "encantar",
9
-      "version": "0.4.3",
9
+      "version": "0.4.4-dev",
10
       "license": "LGPL-3.0-or-later",
10
       "license": "LGPL-3.0-or-later",
11
       "dependencies": {
11
       "dependencies": {
12
         "speedy-vision": "github:alemart/speedy-vision#v0.9.1"
12
         "speedy-vision": "github:alemart/speedy-vision#v0.9.1"

+ 1
- 1
package.json 파일 보기

1
 {
1
 {
2
   "name": "encantar",
2
   "name": "encantar",
3
-  "version": "0.4.3",
3
+  "version": "0.4.4-dev",
4
   "description": "GPU-accelerated Augmented Reality for the web",
4
   "description": "GPU-accelerated Augmented Reality for the web",
5
   "author": "Alexandre Martins <alemartf@gmail.com> (https://github.com/alemart)",
5
   "author": "Alexandre Martins <alemartf@gmail.com> (https://github.com/alemart)",
6
   "homepage": "https://encantar.dev",
6
   "homepage": "https://encantar.dev",

+ 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.3' },
11
+    'encantar.js': { version: '0.4.4' },
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.3' },
9
+    'encantar.js': { version: '0.4.4' },
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.3' },
11
+    'encantar.js': { version: '0.4.4' },
12
        'three.js': { version: '172' }
12
        'three.js': { version: '172' }
13
 });
13
 });
14
 
14
 

Loading…
취소
저장