diff --git a/menu.js b/menu.js index 145c922..63a5641 100644 --- a/menu.js +++ b/menu.js @@ -92,7 +92,7 @@ module.exports = function(win){ }) // Edit menu - template[1].submenu.push( + template[2].submenu.push( {type: 'separator'}, { label: 'Speech', diff --git a/package.json b/package.json index b66b534..1086111 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "MillionHopes", "productName": "Million Hopes", - "version": "0.3.0", + "version": "0.3.1", "description": "A thin wrapper for the game THE IDOLM@STER: Million Live!, using Electron.", "main": "main.js", "devDependencies": {