Skip to content

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed Apr 30, 2024
1 parent 950e3aa commit 516391a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UI/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Ardu-Stim",
"version": "0.9.0",
"version": "0.9.1",
"description": "Ardu-Stim engine simulator - Speeduino Version",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"install": "electron-rebuild -f",
"package-mac": "electron-builder --mac --universal -c.mac.x64ArchFiles='*+(avrdude|libavrdude*.dylib)'",
"package-mac-workflow": "electron-builder --publish never --mac --universal -c.mac.x64ArchFiles='*+(avrdude|libavrdude*.dylib)'",
"package-mac": "electron-builder --mac",
"package-mac-workflow": "electron-builder --publish never --mac",
"package-win": "electron-builder --win",
"package-linux": "electron-builder --linux",
"package-linux-workflow": "electron-builder --publish never --linux",
Expand Down

0 comments on commit 516391a

Please sign in to comment.