From 344b0d2424e5f83dbf926cf4b2f5d08166fc2d97 Mon Sep 17 00:00:00 2001 From: Vincent Taverna Date: Sat, 31 Dec 2016 17:29:14 -0500 Subject: [PATCH] prepare v1.7.1 --- README.md | 12 ++++++------ app/package.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0645f51..48ec247 100644 --- a/README.md +++ b/README.md @@ -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.7.0 +## Downloads for v1.7.1 You may view all the releases [here](https://github.com/vinnymac/PokeNurse/releases) -* [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) +* [macOS](https://github.com/vinnymac/PokeNurse/releases/download/v1.7.1/PokeNurse.dmg) +* [Windows 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.7.1/PokeNurse-ia32.exe) +* [Windows 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.7.1/PokeNurse-x64.exe) +* [Linux 32 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.7.1/PokeNurse-ia32.deb) +* [Linux 64 bit](https://github.com/vinnymac/PokeNurse/releases/download/v1.7.1/PokeNurse-x64.deb) ## Examples ![Login Window](app/loginExample.png) diff --git a/app/package.json b/app/package.json index 0c85466..da9d7f7 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "PokeNurse", "productName": "PokeNurse", - "version": "1.7.0", + "version": "1.7.1", "description": "A tool for Pokémon Go to aid in transferring and evolving Pokémon", "main": "./main.js", "author": { diff --git a/package.json b/package.json index f0d012b..8b6fdd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "PokeNurse", - "version": "1.7.0", + "version": "1.7.1", "description": "A tool for Pokémon Go to aid in transferring and evolving Pokémon", "main": "main.js", "scripts": {