Adjustments for release of v0.0.3a
This commit is contained in:
@@ -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>
|
||||
|
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user