From 0016998d487831fbbd5b501bd1cd00799408061e Mon Sep 17 00:00:00 2001 From: mtaheij Date: Sat, 8 Apr 2017 23:07:40 +0200 Subject: [PATCH] API level 0.61 --- POGOLib.Official/Util/Hash/PokeHashHasher.cs | 10 +++++----- PokemonGo-UWP/Package.appxmanifest | 2 +- version.json | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/POGOLib.Official/Util/Hash/PokeHashHasher.cs b/POGOLib.Official/Util/Hash/PokeHashHasher.cs index c5786e437..9cacbc3e0 100644 --- a/POGOLib.Official/Util/Hash/PokeHashHasher.cs +++ b/POGOLib.Official/Util/Hash/PokeHashHasher.cs @@ -21,14 +21,14 @@ namespace POGOLib.Official.Util.Hash /// to buy an API key, go to this url. /// https://talk.pogodev.org/d/51-api-hashing-service-by-pokefarmer /// - /// Android version: 0.59.1 - /// IOS version: 1.29.1 + /// Android version: 0.61.0 + /// IOS version: 1.31.0 /// public class PokeHashHasher : IHasher { private const string PokeHashUrl = "https://pokehash.buddyauth.com/"; - private const string PokeHashEndpoint = "api/v129_1/hash"; + private const string PokeHashEndpoint = "api/v131_0/hash"; private readonly List _authKeys; @@ -79,9 +79,9 @@ public PokeHashHasher(string[] authKeys) _keySelection = new Semaphore(1, 1); } - public Version PokemonVersion { get; } = new Version("0.59.1"); + public Version PokemonVersion { get; } = new Version("0.61.0"); - public long Unknown25 { get; } = -3226782243204485589; + public long Unknown25 { get; } = 1296456256998993698; public async Task GetHashDataAsync(RequestEnvelope requestEnvelope, Signature signature, byte[] locationBytes, byte[][] requestsBytes, byte[] serializedTicket) { diff --git a/PokemonGo-UWP/Package.appxmanifest b/PokemonGo-UWP/Package.appxmanifest index 7a8643a62..8d76f3840 100644 --- a/PokemonGo-UWP/Package.appxmanifest +++ b/PokemonGo-UWP/Package.appxmanifest @@ -1,6 +1,6 @@  - + PoGo diff --git a/version.json b/version.json index cbc824a1c..eec95fc08 100644 --- a/version.json +++ b/version.json @@ -1,12 +1,12 @@ { - "minimum_version": "1.3.1", - "unknown25": -3226782243204485589, + "minimum_version": "1.3.2", + "unknown25": 1296456256998993698, "seed1": 1189692920, - "version_number": 5720, + "version_number": 6100, "settings_updated": "2017-02-19T00:00:00", "latest_release": { - "version": "1.3.1", - "setup_file": "https://github.com/mtaheij/PoGo-UWP/releases/download/v1.3.1-beta/PokemonGo-UWP_1.3.1.0_{arch}.appxbundle", + "version": "1.3.2", + "setup_file": "https://github.com/mtaheij/PoGo-UWP/releases/download/v1.3.2-beta/PokemonGo-UWP_1.3.2.0_{arch}.appxbundle", "dependencies": [ ] }