Bump v0.8.2.

This commit is contained in:
Cheng Zhao 2014-01-07 18:44:37 +08:00
parent fe4841a1cd
commit 6f222651d7
6 changed files with 16 additions and 7 deletions

View file

@ -138,6 +138,7 @@ app.on('ready', function() {
window = new BrowserWindow({
title: 'atom-shell tests',
show: false,
frame: false,
width: 800,
height: 600
});