Skip to content

Commit 547a704

Browse files
committed
chore: release v4.1.2
Signed-off-by: The1111mp <The1111mp@outlook.com>
1 parent cc74ff8 commit 547a704

6 files changed

Lines changed: 13 additions & 5 deletions

File tree

UPDATELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v4.1.2
2+
3+
### Bug Fixes
4+
5+
- Avoid app crash by disabling async_zip full feature [#198](https://github.com/1111mp/nvm-desktop/issues/198)
6+
7+
---
8+
19
## v4.1.1
210

311
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nvm-desktop",
33
"private": true,
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"type": "module",
66
"license": "GPL-3.0-only",
77
"scripts": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nvm-desktop"
3-
version = "4.1.1"
3+
version = "4.1.2"
44
description = "Node Version Manager Desktop - A desktop application to manage multiple active node.js versions."
55
authors = ["The1111mp@outlook.com"]
66
license = "GPL-3.0-only"

src-tauri/src/utils/migrate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use tauri::Emitter;
66
use tokio::fs;
77
use tokio::time::{sleep, Duration};
88

9-
const CURRENT_MIGRATION_VERSION: i16 = 25;
9+
const CURRENT_MIGRATION_VERSION: i16 = 26;
1010
const NODE_DEFAULT_EXECUTE: [&str; 4] = ["node", "npm", "npx", "corepack"];
1111

1212
pub fn init() -> Result<()> {

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "NVM Desktop",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"identifier": "io.github.1111mp.nvm-desktop",
66
"build": {
77
"beforeDevCommand": "pnpm ui:dev",

0 commit comments

Comments
 (0)