diff --git a/index.html b/index.html index bc9efa8..dbe968e 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@
  • Credits
  • - {{ commitRefShort }} + diff --git a/package.json b/package.json index a9a5265..d64dfab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sum-monsters", - "version": "1.0.1", + "version": "1.0.2", "private": true, "description": "Play the mathimagical game where you arrange monsters to complete the dungeon’s sum-mons. May Trix the Witch is doing all she can to bring the dungeon to order!", "author": { @@ -14,8 +14,8 @@ "build": "parcel build --no-optimize ./index.html --dist-dir ./dist --public-url ./", "clean": "rimraf dist && rimraf .parcel-cache", "serve": "serve dist/", - "package": "npm run build && electron-forge package", - "make": "npm run build && electron-forge make" + "package": "npm run clean && npm run build && electron-forge package", + "make": "npm run clean && npm run build && electron-forge make" }, "targets": { "main": false