Skip to content

Commit

Permalink
Change version to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielee committed Mar 11, 2023
1 parent 6f4a12b commit 3b4ccf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boats-animator",
"version": "1.0.0-alpha",
"name": "boats-animator-2",
"version": "2.0.0-alpha.1",
"private": true,
"description": "A free, open-source stop motion animation program.",
"main": "./dist/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/main/services/fileStore/SettingsFileStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const defaults: SettingsFileOptions = {
};

const migrations = {
"1.0.0-alpha": (store: Conf<SettingsFileOptions>) => {
"2.0.0-alpha.1": (store: Conf<SettingsFileOptions>) => {
store.clear();
},
};
Expand Down

0 comments on commit 3b4ccf4

Please sign in to comment.