Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsPi3141 committed Mar 26, 2023
1 parent cfbe2f6 commit 1c70fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installers/windows/createinstaller.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const createWindowsInstaller = require("electron-winstaller").createWindowsInstaller;
const path = require("path");
const version = "1.0.3";
const version = "1.0.4";

getInstallerConfig()
.then(createWindowsInstaller)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpaca-electron",
"description": "The most user friendly way to interact with Alpaca",
"version": "1.0.3",
"version": "1.0.4",
"author": "Pi",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 1c70fc9

Please sign in to comment.