diff --git a/package.json b/package.json index d1b7a346..5a4eef45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craftyjs", - "version": "0.9.0-rc2", + "version": "0.9.0-rc3", "description": "Crafty is a modern component and event based framework for developing games in JavaScript that targets DOM, Canvas and WebGL.", "keywords": [ "framework", diff --git a/src/core/version.js b/src/core/version.js index 1a6074af..d337af5d 100644 --- a/src/core/version.js +++ b/src/core/version.js @@ -1 +1 @@ -module.exports = "0.9.0-rc2"; \ No newline at end of file +module.exports = "0.9.0-rc3"; \ No newline at end of file