Explorar el Código

4.1.0-beta.19

David Catuhe hace 5 años
padre
commit
aa52ea4b7f
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      dist/preview release/babylon.js
  2. 2 2
      src/Engines/thinEngine.ts

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 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";
     }
 
     /**