diff --git a/package.json b/package.json index 41170b1..c192c44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tactjam", - "version": "0.1.0", + "version": "0.2.0", "description": "TactJam GUI that enables communicating with a TactJam device as well as saving and loading tacton data from a server.", "homepage": "https://github.com/TactileVision/TactJam-client/", "main": "build/main.js", diff --git a/src/main.ts b/src/main.ts index b653498..8312e78 100644 --- a/src/main.ts +++ b/src/main.ts @@ -16,7 +16,7 @@ function createWindow() { }); if(mainWindow) { - mainWindow.webContents.openDevTools(); + // mainWindow.webContents.openDevTools(); mainWindow.loadFile(__dirname + '/index.html'); mainWindow.on("closed", function () { mainWindow = null;