diff --git a/UPDATE_LOG.md b/UPDATE_LOG.md index 7e7827d..11c8a95 100644 --- a/UPDATE_LOG.md +++ b/UPDATE_LOG.md @@ -2,6 +2,17 @@ All changes will be documented in this file. +## v1.1.4 + +### Bug Fixes + +- CN + - 修复了因为 `objc` 导致的内存泄露 + - 修复了显示速度 +- EN + - Fixed the memory leak caused by `objc` + - Fixed the display speed + ## v1.1.3 - CN diff --git a/package.json b/package.json index df9e9df..9462493 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lanaya", "private": true, - "version": "1.1.3", + "version": "1.1.4", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6b98a9c..7009fe6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Lanaya", - "version": "1.1.3" + "version": "1.1.4" }, "tauri": { "macOSPrivateApi": true,