Browse Source

4.1.0-beta.19

David Catuhe 5 năm trước cách đây
mục cha
commit
aa52ea4b7f
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      dist/preview release/babylon.js
  2. 2 2
      src/Engines/thinEngine.ts

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 1 - 1
dist/preview release/babylon.js


+ 2 - 2
src/Engines/thinEngine.ts

@@ -132,14 +132,14 @@ export class ThinEngine {
      */
     // Not mixed with Version for tooling purpose.
     public static get NpmPackage(): string {
-        return "babylonjs@4.1.0-beta.18";
+        return "babylonjs@4.1.0-beta.19";
     }
 
     /**
      * Returns the current version of the framework
      */
     public static get Version(): string {
-        return "4.1.0-beta.18";
+        return "4.1.0-beta.19";
     }
 
     /**