From e07ce5bf82bc6a1acf69abd5a790f726f7350963 Mon Sep 17 00:00:00 2001 From: Ukpai Ugochi Date: Sat, 30 Dec 2023 21:42:11 +0100 Subject: [PATCH] bump version for release --- main/index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/index.js b/main/index.js index 04dd221..b31b949 100644 --- a/main/index.js +++ b/main/index.js @@ -25,7 +25,7 @@ function createWindow() { // and load the index of the app. mainWindow.loadURL('http://localhost:1404'); // Open the DevTools. - // mainWindow.webContents.openDevTools(); + mainWindow.webContents.openDevTools(); } // This method will be called when Electron has finished // initialization and is ready to create browser windows. diff --git a/package.json b/package.json index 85518c3..37c54ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peppubuild-desktop", - "version": "0.0.1", + "version": "0.0.2", "description": "", "main": "main/index.js", "scripts": {