Skip to content

Commit

Permalink
v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
daysgobye committed Oct 6, 2023
1 parent 09e2eb2 commit 426a118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Peg",
"version": "0.9.6",
"version": "0.9.7",
"private": true,
"homepage": ".",
"main": "build/electron/main.js",
Expand Down
1 change: 1 addition & 0 deletions src/logic/diskManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ export class DiskManager {
this.appManager.SendMiscEvent(ElectronEvents.IsProPlan, true)

} catch (error) {
this.appManager.SendMiscEvent(ElectronEvents.IsProPlan, true)
console.log("error in reading pro plan", error)
return ""
}
Expand Down

0 comments on commit 426a118

Please sign in to comment.