Skip to content

Commit

Permalink
bump to version 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Dec 2, 2024
1 parent e3d0305 commit 3739c31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function getAutoUpdater(): AppUpdater {
}

const autoUpdater = getAutoUpdater();
// log.transports.file.level = "info";
log.transports.file.level = "info";
autoUpdater.logger = log;

const __dirname = path.dirname(fileURLToPath(import.meta.url));
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "outerbase-studio-desktop",
"private": true,
"version": "0.1.8",
"version": "0.1.9",
"type": "module",
"author": "Outerbase",
"description": "Outerbase Studio",
Expand Down

0 comments on commit 3739c31

Please sign in to comment.