From b79fdbd7e0b56e8c155b76469a6910771c4949e1 Mon Sep 17 00:00:00 2001 From: Pang Date: Sun, 6 Aug 2023 22:27:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A1=8C=E9=9D=A2=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=E7=BC=BA=E5=A4=B1=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- electron/package.json | 1 + package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9839215b2..00fd6db8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.29.61] +## [0.29.64] ### Bug Fixes diff --git a/electron/package.json b/electron/package.json index 0292891fe..3cc1e5d0d 100644 --- a/electron/package.json +++ b/electron/package.json @@ -67,6 +67,7 @@ }, "files": [ "public/**/*", + "electron-menu.js", "electron-preload.js", "electron.js", "utils.js" diff --git a/package.json b/package.json index 796232a5c..3d06d859d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "DooTask", - "version": "0.29.61", + "version": "0.29.64", "description": "DooTask is task management system.", "scripts": { "start": "./cmd dev",