Skip to content

Commit

Permalink
Release new v1.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
dguenther committed Oct 19, 2023
1 parent d508373 commit d378738
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion main/updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import log from "electron-log";
import { autoUpdater } from "electron-updater";

autoUpdater.logger = log;
autoUpdater.autoDownload = false;

class Updater {
init() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "my-nextron-app",
"description": "Iron Fish Node App",
"version": "1.0.1",
"version": "1.0.0",
"author": "if-labs",
"main": "app/background.js",
"scripts": {
Expand Down

0 comments on commit d378738

Please sign in to comment.