Skip to content

Commit

Permalink
Release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymac committed Aug 24, 2016
2 parents 04e1d76 + 5bdb9dc commit 334b3df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

**PokéNurse** is a desktop application for Windows and Mac that allows you to manage your pokémon from Pokémon Go without the need for a mobile device. You can now favorite, transfer, and evolve from the comfort of your own home!

## Downloads for v1.3.1
## Downloads for v1.3.2
You may view all the releases [here](https://github.com/vinnymac/PokeNurse/releases)
* [Mac OS X](https://github.com/vinnymac/PokeNurse/releases/download/v1.3.1/PokeNurse-darwin-x64.zip)
* [Windows 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.3.1/PokeNurse-win32-ia32.zip)
* [Windows 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.3.1/PokeNurse-win32-x64.zip)
* [Linux 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.3.1/PokeNurse-linux-ia32.zip)
* [Linux 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.3.1/PokeNurse-linux-x64.zip)
* [Mac OS X](https://github.com/vinnymac/PokeNurse/releases/download/v1.3.2/PokeNurse-darwin-x64.zip)
* [Windows 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.3.2/PokeNurse-win32-ia32.zip)
* [Windows 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.3.2/PokeNurse-win32-x64.zip)
* [Linux 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.3.2/PokeNurse-linux-ia32.zip)
* [Linux 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.3.2/PokeNurse-linux-x64.zip)

## Examples
![Login Window](app/loginExample.png)
Expand Down
2 changes: 1 addition & 1 deletion main.development.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ ipcMain.on('evolve-pokemon', (event, pokemon, delay) => {
.then(() => {
console.log(`[+] Evolved Pokemon with id: ${pokemon.id}`)

event.sender.send('evolve-pokemon-complete', pokemon.id)
event.sender.send('evolve-pokemon-complete', pokemon)
}).catch(console.error)
}, delay)
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PokeNurse",
"version": "1.1.2",
"version": "1.3.2",
"description": "A tool for Pokémon Go to aid in transferring and evolving Pokémon",
"main": "main",
"scripts": {
Expand Down

0 comments on commit 334b3df

Please sign in to comment.