Skip to content

Commit

Permalink
Electron version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslansalikhov committed Jun 23, 2017
1 parent d733e71 commit 0ef7ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
env: BUILD_WEB=1 BUILD_DESKTOP=1

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update; sudo apt-get install fakeroot; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update; sudo apt-get install -y fakeroot; fi


install:
Expand Down
2 changes: 1 addition & 1 deletion electron/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "RuDEX-light",
"identifier": "org.rudex.market",
"description": "RuDEX - cryptocurrency and decentralized exchange",
"version": "2.0.170522",
"version": "2.0.170623",
"author": "[email protected]",
"main": "electron.js",
"config": {
Expand Down

0 comments on commit 0ef7ae2

Please sign in to comment.