Skip to content

Commit 40cf39d

Browse files
committed
Bump version to 0.6.0
(cherry picked from commit fbcdcc2)
1 parent 9bd48b6 commit 40cf39d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "crafty",
33
"main": "crafty.js",
4-
"version": "0.5.4",
4+
"version": "0.6",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/craftyjs/Crafty.git"

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.4",
3+
"version": "0.6.0",
44
"title": "Crafty game framework",
55
"author": {
66
"name": "Louis Stowasser",

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = "0.5.4";
1+
module.exports = "0.6.0";

0 commit comments

Comments
 (0)