Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsPi3141 committed Mar 25, 2023
1 parent c11dd4e commit 35a3139
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.0";
const version = "1.0.1";

getInstallerConfig()
.then(createWindowsInstaller)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alpaca-electron",
"version": "1.0.0",
"version": "1.0.1",
"description": "The most user friendly way to interact with Alpaca",
"main": "index.js",
"icon": "icon/win/icon.ico",
Expand Down

0 comments on commit 35a3139

Please sign in to comment.