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",