Ver código fonte

4.1.0-beta.19

David Catuhe 5 anos atrás
pai
commit
aa52ea4b7f
2 arquivos alterados com 3 adições e 3 exclusões
  1. 1 1
      dist/preview release/babylon.js
  2. 2 2
      src/Engines/thinEngine.ts

Diferenças do arquivo suprimidas por serem muito extensas
+ 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";
     }
 
     /**