Adjustments for release of v0.0.3a

This commit is contained in:
Marcel
2018-02-17 19:52:30 +01:00
parent debb18f4ee
commit f95b0448e8
3 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@
<button id="game-reset" data-string="btnReset">Reset</button>
</div>
<div id="footer">
<span id="version-author">v0.0.2a - by KingOfDog</span>
<span id="version-author">v0.0.3a - by KingOfDog</span>
<div id="corner-buttons">
<a id="git-repo" href="https://github.com/KingOfDog/Tetris.js" target="_blank">Github</a>
</div>

View File

View File

@@ -1,6 +1,6 @@
{
"name": "Tetris.js",
"version": "0.0.2",
"version": "0.0.3",
"main": "main.js",
"description": "Tetris.js is a decent but cool clone of the retro game classic Tetris",
"scripts": {
@@ -12,7 +12,7 @@
"license": "MIT",
"devDependencies": {
"asar": "^0.14.0",
"electron": "^1.7.9",
"electron": "^1.8.2",
"electron-packager": "^10.1.0"
}
}