Skip to content

Commit

Permalink
up version and build
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySievert committed Aug 30, 2023
1 parent 953a021 commit 7f5685b
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": "Dumbar",
"version": "1.0.1",
"version": "1.0.2",
"description": "Menubar app for LLMs using Ollama",
"main": "main.js",
"author": "Jerry Sievert <code@legitimatesounding.com>",
Expand All @@ -18,7 +18,7 @@
"menubar": "^9.3.0"
},
"scripts": {
"package": "electron-builder build --mac --config build/electron-builder.json",
"package": "electron-builder build --mac --config build/electron-builder.json --x64 --arm64",
"dumbar": "electron ."
}
}

0 comments on commit 7f5685b

Please sign in to comment.