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 1ce6b2d commit dfc6008Copy full SHA for dfc6008
bower.json
@@ -1,7 +1,7 @@
1
{
2
"name": "crafty",
3
- "main": "dist/crafty.js",
4
- "version": "0.6",
+ "main": "crafty.js",
+ "version": "0.6.1",
5
"repository": {
6
"type": "git",
7
"url": "git://github.com/craftyjs/Crafty.git"
package.json
@@ -1,6 +1,6 @@
- "version": "0.6.0",
"title": "Crafty game framework",
"author": {
"name": "Louis Stowasser",
src/version.js
@@ -1 +1 @@
-module.exports = "0.6.0";
+module.exports = "0.6.1";
0 commit comments