Skip to content

Commit

Permalink
Release 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mtaheij committed Feb 18, 2017
1 parent 5d5caea commit f59889e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PokemonGo-UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:wincap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities" IgnorableNamespaces="uap mp rescap wincap">
<Identity Name="c602d2cb-fdd8-4e41-b5a1-8f9a8a1f56c7" Publisher="CN=stept" Version="1.2.4.0" />
<Identity Name="c602d2cb-fdd8-4e41-b5a1-8f9a8a1f56c7" Publisher="CN=stept" Version="1.2.5.0" />
<mp:PhoneIdentity PhoneProductId="c602d2cb-fdd8-4e41-b5a1-8f9a8a1f56c7" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>PoGo</DisplayName>
Expand Down
10 changes: 5 additions & 5 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"minimum_version": "1.2.3",
"unknown25": -9156899491064153954,
"minimum_version": "1.2.5",
"unknown25": -816976800928766045,
"seed1": 1189692920,
"version_number": 4500,
"version_number": 5720,
"latest_release": {
"version": "1.2.4",
"setup_file": "https://github.com/mtaheij/PoGo-UWP/releases/download/v1.2.4-beta/PokemonGo-UWP_1.2.4.0_{arch}.appxbundle",
"version": "1.2.5",
"setup_file": "https://github.com/mtaheij/PoGo-UWP/releases/download/v1.2.5-beta/PokemonGo-UWP_1.2.5.0_{arch}.appxbundle",
"dependencies": [
]
}
Expand Down

0 comments on commit f59889e

Please sign in to comment.