Skip to content

Commit

Permalink
0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RnbWd committed May 12, 2015
1 parent 4bc4f04 commit 61fbf58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions install.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ var path = require('path')
var extract = require('extract-zip')
var download = require('electron-download')

// temporary
// var version = pkg.version || '0.26.0'
var version = '0.26.0'
var version = pkg.version || '0.26.0'
var platform = os.platform()

function onerror (err) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-bin",
"description": "electron-bin",
"version": "0.26.0",
"version": "0.25.0",
"author": {
"name": "David Wisner",
"email": "dwisner6@gmail.com",
Expand Down

0 comments on commit 61fbf58

Please sign in to comment.