Skip to content

Commit

Permalink
Release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymac committed Dec 31, 2016
2 parents 43a374b + 29768a0 commit 62e1d3b
Show file tree
Hide file tree
Showing 31 changed files with 513 additions and 37,512 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [
["env", {"targets": { "node": 6 }, "useBuiltIns": true }],
"es2015",
"stage-0",
"react"
],
Expand Down
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.6.2
## Downloads for v1.7.0
You may view all the releases [here](https://github.com/vinnymac/PokeNurse/releases)
* [macOS](https://github.com/vinnymac/PokeNurse/releases/download/v1.6.2/PokeNurse.dmg)
* [Windows 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.6.2/PokeNurse-ia32.exe)
* [Windows 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.6.2/PokeNurse-x64.exe)
* [Linux 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.6.2/PokeNurse-ia32.deb)
* [Linux 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.6.2/PokeNurse-x64.deb)
* [macOS](https://github.com/vinnymac/PokeNurse/releases/download/v1.7.0/PokeNurse.dmg)
* [Windows 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.7.0/PokeNurse-ia32.exe)
* [Windows 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.7.0/PokeNurse-x64.exe)
* [Linux 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.7.0/PokeNurse-ia32.deb)
* [Linux 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.7.0/PokeNurse-x64.deb)

## Examples
![Login Window](app/loginExample.png)
Expand Down
Loading

0 comments on commit 62e1d3b

Please sign in to comment.