Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "beaming",
"author": "Kyle Florence",
"description": "A browser-based puzzle game that involves directing beams through a hexagonal grid.",
"version": "0.5.4",
"version": "1.0.0",
"license": "CC BY-NC 4.0",
"main": "src/electron/main.js",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@ <h3>Credits</h3>
<li>
<strong>Special thanks to</strong>
<ul>
<li>Kat, Emily and the Thinky Games community for play testing and quality assurance</li>
<li>My uncles Brian and Nico for giving me a place to live while I finished development</li>
<li>My buddy Dave for letting me borrow this laptop</li>
<li>Kat, Emily, Wilson and the Thinky Games community for play testing and quality assurance</li>
<li>Brian and Nico for giving me a place to live while I finished development</li>
<li>Dave for letting me borrow this laptop</li>
<li>You, for playing</li>
</ul>
</li>
Expand Down
Loading