We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24570e commit dce6d84Copy full SHA for dce6d84
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "crafty",
3
- "version": "0.5.3",
+ "version": "0.5.4",
4
"title": "Crafty game framework",
5
"author": {
6
"name": "Louis Stowasser",
src/core.js
@@ -791,11 +791,11 @@
791
*
792
* @example
793
* ~~~
794
- * Crafty.getVersion(); //'0.5.2'
+ * Crafty.getVersion(); //'0.5.4'
795
796
*/
797
getVersion: function () {
798
- return '0.5.3';
+ return '0.5.4';
799
},
800
801
/**@
0 commit comments