melonjs 9.0.0 → 9.0.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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * melonJS Game Engine - v9.0.0
2
+ * melonJS Game Engine - v9.0.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
@@ -32506,10 +32506,10 @@
32506
32506
  * this can be overridden by the plugin
32507
32507
  * @public
32508
32508
  * @type String
32509
- * @default "9.0.0"
32509
+ * @default "9.0.1"
32510
32510
  * @name me.plugin.Base#version
32511
32511
  */
32512
- this.version = "9.0.0";
32512
+ this.version = "9.0.1";
32513
32513
  }
32514
32514
  }),
32515
32515
 
@@ -36781,7 +36781,7 @@
36781
36781
  * @name version
36782
36782
  * @type {string}
36783
36783
  */
36784
- var version = "9.0.0";
36784
+ var version = "9.0.1";
36785
36785
 
36786
36786
 
36787
36787
  /**