Skip to content

Commit

Permalink
🔖 Change tag to 1.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminadk committed Mar 12, 2019
1 parent 05e3049 commit 76ae336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exam-simulator",
"version": "1.0.0-alpha.01",
"version": "1.0.0-alpha",
"description": "A JSON based, open source, exam simulator built with electron.",
"main": "index.js",
"keywords": [
Expand All @@ -22,7 +22,7 @@
"dev": "electron-webpack dev",
"prod": "electron ./dist/main/main.js",
"compile": "electron-webpack",
"release": "electron-builder -p onTagOrDraft"
"release": "electron-builder -p always"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.3.4",
Expand Down

0 comments on commit 76ae336

Please sign in to comment.