Skip to content

Commit

Permalink
chore: upgrade nvm-desktop version v3.1.0 -> v3.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: The1111mp <The1111mp@outlook.com>
  • Loading branch information
1111mp committed Mar 3, 2024
1 parent 223e579 commit 15c48ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "nvm-desktop",
"productName": "NVM-Desktop",
"version": "3.1.0",
"version": "3.2.0",
"description": "A desktop client for manage the version of Nodejs.",
"keywords": [
"node",
Expand Down
2 changes: 1 addition & 1 deletion release/app/package.json
@@ -1,7 +1,7 @@
{
"name": "nvm-desktop",
"productName": "NVM-Desktop",
"version": "3.1.0",
"version": "3.2.0",
"description": "A desktop client for manage the version of Nodejs.",
"license": "MIT",
"main": "./dist/main/main.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/main/utils/migration.ts
Expand Up @@ -6,7 +6,7 @@ import { app } from "electron";

import { APPDIR, BIN_DIR, MIRRATION_FILE } from "../constants";

const CURRENT_MIGRATION_VERSION: number = 10;
const CURRENT_MIGRATION_VERSION: number = 11;

export async function updateSchema() {
const schemaVersion = await getSchemaVersion();
Expand Down

0 comments on commit 15c48ec

Please sign in to comment.