melonjs 10.2.0 → 10.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/melonjs.js +4 -4
- package/dist/melonjs.min.js +2 -2
- package/dist/melonjs.module.d.ts +1 -1
- package/dist/melonjs.module.js +4 -4
- package/package.json +1 -1
package/dist/melonjs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* melonJS Game Engine - v10.2.
|
|
2
|
+
* melonJS Game Engine - v10.2.1
|
|
3
3
|
* http://www.melonjs.org
|
|
4
4
|
* melonjs is licensed under the MIT License.
|
|
5
5
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -31787,10 +31787,10 @@
|
|
|
31787
31787
|
* this can be overridden by the plugin
|
|
31788
31788
|
* @public
|
|
31789
31789
|
* @type String
|
|
31790
|
-
* @default "10.2.
|
|
31790
|
+
* @default "10.2.1"
|
|
31791
31791
|
* @name me.plugin.Base#version
|
|
31792
31792
|
*/
|
|
31793
|
-
this.version = "10.2.
|
|
31793
|
+
this.version = "10.2.1";
|
|
31794
31794
|
};
|
|
31795
31795
|
|
|
31796
31796
|
/**
|
|
@@ -36334,7 +36334,7 @@
|
|
|
36334
36334
|
* @name version
|
|
36335
36335
|
* @type {string}
|
|
36336
36336
|
*/
|
|
36337
|
-
var version = "10.2.
|
|
36337
|
+
var version = "10.2.1";
|
|
36338
36338
|
|
|
36339
36339
|
|
|
36340
36340
|
/**
|