Skip to content

Commit

Permalink
version bump 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
skylerto committed Mar 16, 2016
1 parent bc73ccf commit cd61909
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified glazba.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ app.on('ready', () => {
mainWindow.loadURL(path.join('file://', __dirname, '/app/index.html'));

// Open the DevTools.
mainWindow.webContents.openDevTools();
// mainWindow.webContents.openDevTools();

mainWindow.on('closed', () => {
mainWindow = null;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glazba",
"version": "0.0.1",
"version": "0.0.2",
"description": "An electron application to manage dev talks",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit cd61909

Please sign in to comment.