Skip to content

Commit 2262fec

Browse files
committed
Bump to rc3
1 parent b664942 commit 2262fec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "craftyjs",
3-
"version": "0.9.0-rc2",
3+
"version": "0.9.0-rc3",
44
"description": "Crafty is a modern component and event based framework for developing games in JavaScript that targets DOM, Canvas and WebGL.",
55
"keywords": [
66
"framework",

src/core/version.js

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

0 commit comments

Comments
 (0)