Skip to content

Commit

Permalink
Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymac committed Jan 7, 2017
2 parents 6e5c7f3 + 39e1444 commit 65d678b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 15 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

**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 v2.0.1
## Downloads for v2.0.2
You may view all the releases [here](https://github.com/vinnymac/PokeNurse/releases)
* [macOS](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.1/PokeNurse.dmg)
* [Windows](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.1/PokeNurse.exe)
* [Linux 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.1/PokeNurse-ia32.deb)
* [Linux 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.1/PokeNurse-x64.deb)
* [macOS](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.2/PokeNurse.dmg)
* [Windows](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.2/PokeNurse.exe)
* [Linux 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.2/PokeNurse-ia32.deb)
* [Linux 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v2.0.2/PokeNurse-x64.deb)

## Examples
![Login Window](app/loginExample.png)
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PokeNurse",
"productName": "PokeNurse",
"version": "2.0.1",
"version": "2.0.2",
"description": "A tool for Pokémon Go to aid in transferring and evolving Pokémon",
"main": "./main.js",
"author": {
Expand All @@ -14,6 +14,6 @@
"async-file": "^2.0.2",
"electron-localshortcut": "^1.0.0",
"node-pogo-protos": "2.4.2",
"pogobuf": "1.9.1"
"pogobuf": "pogosandbox/pogobuf#fix.release"
}
}
2 changes: 0 additions & 2 deletions app/screens/Login/components/LoginFormContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ const LoginForm = React.createClass({
const hashingKey = findDOMNode(this.hashKey).value
const rememberMe = findDOMNode(this.rememberMe).checked

console.log(method, username, password, hashingKey, rememberMe)

if (!username) {
ipcRenderer.send('error-message', 'A username is required to login.')
return
Expand Down
4 changes: 2 additions & 2 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,9 @@ pinkie@^2.0.0:
version "2.0.4"
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"

pogobuf@1.9.1:
pogobuf@pogosandbox/pogobuf#fix.release:
version "1.9.1"
resolved "https://registry.yarnpkg.com/pogobuf/-/pogobuf-1.9.1.tgz#63cf20f21d3ef350ba652a304c0888efabc4d1a8"
resolved "https://codeload.github.com/pogosandbox/pogobuf/tar.gz/06f94e1052c1f738ed39b97ba92085a92a056515"
dependencies:
bluebird "^3.4.7"
bluebird-retry "^0.10.1"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PokeNurse",
"version": "2.0.1",
"version": "2.0.2",
"description": "A tool for Pokémon Go to aid in transferring and evolving Pokémon",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -139,7 +139,7 @@
"electron-localshortcut": "^1.0.0",
"font-awesome": "^4.7.0",
"node-pogo-protos": "2.4.2",
"pogobuf": "1.9.1",
"pogobuf": "pogosandbox/pogobuf#fix.release",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5025,9 +5025,9 @@ pluralize@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-1.2.1.tgz#d1a21483fd22bb41e58a12fa3421823140897c45"

pogobuf@1.9.1:
pogobuf@pogosandbox/pogobuf#fix.release:
version "1.9.1"
resolved "https://registry.yarnpkg.com/pogobuf/-/pogobuf-1.9.1.tgz#63cf20f21d3ef350ba652a304c0888efabc4d1a8"
resolved "https://codeload.github.com/pogosandbox/pogobuf/tar.gz/06f94e1052c1f738ed39b97ba92085a92a056515"
dependencies:
bluebird "^3.4.7"
bluebird-retry "^0.10.1"
Expand Down

0 comments on commit 65d678b

Please sign in to comment.