Skip to content

Commit

Permalink
update to electron 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb authored Jul 22, 2018
1 parent a275899 commit 41a9cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AtomShell/install.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import BinDeps

rm′(f) = (isdir(f) || isfile(f)) && rm(f, recursive = true)

const version = "1.8.6"
const version = "2.0.5"

folder() = normpath(joinpath(@__FILE__, "../../../deps"))

Expand Down

0 comments on commit 41a9cd0

Please sign in to comment.