diff options
author | bors-servo <servo-ops@mozilla.com> | 2020-08-10 18:42:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 18:42:19 -0400 |
commit | 1470fd3f9fc4a066c9fda8086eab06140bc3623d (patch) | |
tree | e66ec55e73f020a353f4509e931fae8f8e8af089 /support | |
parent | ae1055207475e0fdbefb25e43cdd519f4c0070c1 (diff) | |
parent | a8baa863db06666cbf39689fac20ea23184d6b1a (diff) | |
download | servo-1470fd3f9fc4a066c9fda8086eab06140bc3623d.tar.gz servo-1470fd3f9fc4a066c9fda8086eab06140bc3623d.zip |
Auto merge of #27559 - servo:jdm-patch-46, r=jdm
Update FxR version number.
Diffstat (limited to 'support')
-rw-r--r-- | support/hololens/ServoApp/Package.appxmanifest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/hololens/ServoApp/Package.appxmanifest b/support/hololens/ServoApp/Package.appxmanifest index c934a92c447..673d78e2d5b 100644 --- a/support/hololens/ServoApp/Package.appxmanifest +++ b/support/hololens/ServoApp/Package.appxmanifest @@ -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:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" IgnorableNamespaces="uap mp uap5"> - <Identity Name="MozillaFoundation.FirefoxReality" Publisher="CN=Allizom" Version="1.1.0.0" /> + <Identity Name="MozillaFoundation.FirefoxReality" Publisher="CN=Allizom" Version="1.2.0.0" /> <mp:PhoneIdentity PhoneProductId="1d265729-8836-4bd3-9992-4cb111d1068b" PhonePublisherId="00000000-0000-0000-0000-000000000000" /> <Properties> <DisplayName>Firefox Reality</DisplayName> |