Skip to content

Commit

Permalink
Version bump for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Holovsky committed May 6, 2017
1 parent 31e6268 commit a280c86
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ParkAndRidePrague.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" IgnorableNamespaces="uap mp">
<Identity Name="18928JakubHolovsky.PraguePR" Publisher="CN=C19F1B7B-E11D-48DB-941A-BB32098921C0" Version="1.1.0.0" />
<Identity Name="18928JakubHolovsky.PraguePR" Publisher="CN=C19F1B7B-E11D-48DB-941A-BB32098921C0" Version="1.1.2.0" />
<mp:PhoneIdentity PhoneProductId="f70bb7c2-c108-4f1e-a8dd-c8348b51ddc7" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Prague P+R</DisplayName>
Expand Down
Binary file added ParkAndRidePrague.UWP/_language-cs.appx
Binary file not shown.
2 changes: 1 addition & 1 deletion ParkAndRidePrague.UWP/_pkginfo.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
E:\Dev\JakubHolovskyGit\ParkAndRidePrague\ParkAndRidePrague.UWP\bin\ARM\Release\Upload\ParkAndRidePrague.UWP_1.1.0.0\ParkAndRidePrague.UWP_1.1.0.0_x86_x64_arm.appxbundle
E:\Dev\JakubHolovskyGit\ParkAndRidePrague\ParkAndRidePrague.UWP\bin\ARM\Release\Upload\ParkAndRidePrague.UWP_1.1.2.0\ParkAndRidePrague.UWP_1.1.2.0_x86_x64_arm.appxbundle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.parkandrideprague.android" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.parkandrideprague.android" android:installLocation="auto" android:versionCode="2" android:versionName="1.0">
<uses-sdk android:minSdkVersion="16" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Expand Down

0 comments on commit a280c86

Please sign in to comment.