Skip to content

Commit 8e16d03

Browse files
committed
update version
1 parent 6459bca commit 8e16d03

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-hex-engine",
33
"description": "Hexagon Map Editor and Game Engine",
4-
"version": "0.2.0-rc.10",
4+
"version": "0.2.0",
55
"main": "lib/index.js",
66
"author": "IcculusC",
77
"repository": "IcculusC/react-hex-engine",

src/Hexagon/Hexagon.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ class Hexagon extends Component {
6060

6161
state = {
6262
hex: {},
63-
hovered: false
63+
hovered: false,
64+
pixel: {}
6465
};
6566

6667
constructor(props) {

0 commit comments

Comments
 (0)