Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
  • Loading branch information
Ryan P.C. McQuen committed Mar 27, 2016
1 parent f7c5158 commit 34081e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*! amatron v0.1.2 by ryanpcmcquen */
/*global require, process*/
/*jslint white:true, es6:true*/

Expand All @@ -17,8 +18,7 @@ let mainWindow;
let createWindow = function () {
// Create the browser window.
mainWindow = new BrowserWindow({
width: 800,
height: 600
title: 'amatron'
});
mainWindow.setAutoHideMenuBar(true);
mainWindow.setMenuBarVisibility(false);
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": "amatron",
"version": "0.1.1",
"version": "0.1.2",
"description": "Amazon Cloud Drive app powered by Electron",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 34081e7

Please sign in to comment.