Skip to content

Commit

Permalink
Bumped version to beta39
Browse files Browse the repository at this point in the history
  • Loading branch information
Soryyyn committed Feb 26, 2023
1 parent 6a19934 commit d419b74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"productName": "drop-farmer",
"description": "Application to farm your stream drops",
"version": "1.0.0-beta38",
"version": "1.0.0-beta39",
"main": ".webpack/main",
"scripts": {
"start": "set CLEAR_CACHE=0 && set MINIMIZE=0 && electron-forge start",
Expand Down
3 changes: 3 additions & 0 deletions src/main/util/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ const store = new ElectronStore<NewSettingsStoreSchema>({
},
'v1.0.0-beta38': (store) => {
store.clear();
},
'v1.0.0-beta39': (store) => {
store.clear();
}
}
});
Expand Down

0 comments on commit d419b74

Please sign in to comment.