Skip to content

Commit

Permalink
bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Trolldemorted committed Dec 5, 2017
1 parent 31f9b56 commit 76cfc25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Signal-Windows/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="2383BenediktRadtke.SignalPrivateMessenger" Publisher="CN=83951ACF-6CF8-48C5-BDC4-D778CAFD26C0" Version="0.2.2.0" />
<Identity Name="2383BenediktRadtke.SignalPrivateMessenger" Publisher="CN=83951ACF-6CF8-48C5-BDC4-D778CAFD26C0" Version="0.2.3.0" />
<mp:PhoneIdentity PhoneProductId="25d58032-97d6-4555-96ed-ffe17d57a51f" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Signal Private Messenger</DisplayName>
Expand All @@ -22,13 +22,13 @@
</uap:VisualElements>
<Extensions>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="ms-contact-profile">
<uap:DisplayName>Signal Private Messenger Contact</uap:DisplayName>
<uap:Protocol Name="ms-ipmessaging">
<uap:DisplayName>Signal Private Messenger Message</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="ms-ipmessaging">
<uap:DisplayName>Signal Private Messenger Message</uap:DisplayName>
<uap:Protocol Name="ms-contact-profile">
<uap:DisplayName>Signal Private Messenger Contact</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
</Extensions>
Expand Down

0 comments on commit 76cfc25

Please sign in to comment.