Skip to content

Commit 99d105d

Browse files
committed
Upgrade nvm-desktop version v2.6.0 -> v2.6.1.
Signed-off-by: The1111mp <[email protected]>
1 parent 1e1364c commit 99d105d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nvm-desktop",
33
"productName": "NVM-Desktop",
4-
"version": "2.6.0",
4+
"version": "2.6.1",
55
"description": "A desktop client for manage the version of Nodejs.",
66
"keywords": [
77
"node",

release/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nvm-desktop",
33
"productName": "NVM-Desktop",
4-
"version": "2.6.0",
4+
"version": "2.6.1",
55
"description": "A desktop client for manage the version of Nodejs.",
66
"license": "MIT",
77
"main": "./dist/main/main.js",

src/main/utils/migration.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { app } from 'electron';
1414

1515
import { APPDIR, BIN_DIR, MIRRATION_FILE } from '../constants';
1616

17-
const CURRENT_MIGRATION_VERSION: number = 6;
17+
const CURRENT_MIGRATION_VERSION: number = 7;
1818

1919
export async function updateSchema() {
2020
const schemaVersion = await getSchemaVersion();

0 commit comments

Comments
 (0)