Skip to content

Commit

Permalink
build(release): 🚀 set version number and disable dev-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
derikon committed Apr 29, 2021
1 parent e17443a commit 009df8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 009df8a

Please sign in to comment.