Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Reverting to old Electron version
Browse files Browse the repository at this point in the history
  • Loading branch information
mchristopher committed Aug 23, 2016
1 parent e925714 commit 15ad777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module.exports = function(grunt) {
iconUrl: 'https://raw.githubusercontent.com/mchristopher/PokemonGo-DesktopMap/master/pokemon.ico',
loadingGif: path.join(path.resolve(), 'installing.gif'),
productName: 'Pokemon GO Live Map',
remoteReleases: 'https://github.com/mchristopher/PokemonGo-DesktopMap/releases/download/v0.3.0'
remoteReleases: 'https://github.com/mchristopher/PokemonGo-DesktopMap/releases/download/v0.3.1'
}
},
'electron': {
Expand All @@ -86,7 +86,7 @@ module.exports = function(grunt) {
overwrite: true,
asar: false,
ignore: common_ignore_dir.concat(mac_ignore_dir),
version: '1.3.3',
version: '1.2.7',
platform: 'darwin',
arch: 'x64',
'app-version': appConfig.version,
Expand All @@ -105,7 +105,7 @@ module.exports = function(grunt) {
overwrite: true,
asar: false,
ignore: common_ignore_dir.concat(win_ignore_dir),
version: '1.3.3',
version: '1.2.7',
platform: 'win32',
arch: 'ia32',
'app-version': appConfig.version,
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Mike Christopher",
"repository": "https://github.com/mchristopher/PokemonGo-DesktopMap",
"license": "MIT",
"version" : "0.3.1",
"version" : "0.3.2",
"main": "main.js",
"scripts": {
"start": "electron ."
Expand Down

1 comment on commit 15ad777

@johnny4901
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi , thanks a lot of your PokemonGo-DesktopMap ,
Sorry to be a pest , I have a small question , the "version 3.2 " seem lost the Google Login ?

Please sign in to comment.