Skip to content

Commit

Permalink
3.2.0->3.2.1 + add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinEast committed Dec 11, 2019
1 parent 959f7b9 commit dee4f94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ogmoeditor",
"productName": "Ogmo",
"version": "3.2.0",
"version": "3.2.1",
"description": "A general-case level editor for indie game developers!",
"repository": "https://github.com/TheSpydog/OgmoEditor3-CE",
"license": "MIT",
Expand All @@ -12,7 +12,8 @@
"build": "webpack --config=webpack.app.config.js --mode=production && webpack --config=webpack.ogmo.config.js --mode=production",
"dev": "webpack --config=webpack.app.config.js --mode=development && webpack-dev-server --config=webpack.ogmo.config.js --mode=development --host 0.0.0.0",
"icons": "electron-icon-maker --input=./assets/gfx/icon.png --output=./assets/build",
"dist": "electron-builder --config electron-builder.json"
"dist": "electron-builder --config electron-builder.json",
"release": "electron-builder --config electron-builder.json -mwl --publish=never"
},
"devDependencies": {
"clean-webpack-plugin": "^2.0.1",
Expand Down

0 comments on commit dee4f94

Please sign in to comment.