Skip to content

Commit dce6d84

Browse files
committed
Bump version
1 parent c24570e commit dce6d84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crafty",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"title": "Crafty game framework",
55
"author": {
66
"name": "Louis Stowasser",

src/core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,11 +791,11 @@
791791
*
792792
* @example
793793
* ~~~
794-
* Crafty.getVersion(); //'0.5.2'
794+
* Crafty.getVersion(); //'0.5.4'
795795
* ~~~
796796
*/
797797
getVersion: function () {
798-
return '0.5.3';
798+
return '0.5.4';
799799
},
800800

801801
/**@

0 commit comments

Comments
 (0)