Skip to content

Commit 7fd7ea0

Browse files
committed
Bump version to 0.3.0
1 parent 7b19f9b commit 7fd7ea0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Signal-Windows/Package.appxmanifest

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3-
<Identity Name="2383BenediktRadtke.SignalPrivateMessenger" Publisher="CN=83951ACF-6CF8-48C5-BDC4-D778CAFD26C0" Version="0.2.26.0" />
3+
<Identity Name="2383BenediktRadtke.SignalPrivateMessenger" Publisher="CN=83951ACF-6CF8-48C5-BDC4-D778CAFD26C0" Version="0.3.0.0" />
44
<mp:PhoneIdentity PhoneProductId="25d58032-97d6-4555-96ed-ffe17d57a51f" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>Signal Private Messenger</DisplayName>
@@ -38,7 +38,7 @@
3838
</uap:Protocol>
3939
</uap:Extension>
4040
<uap:Extension Category="windows.protocol">
41-
<uap:Protocol Name="signalpassback"/>
41+
<uap:Protocol Name="signalpassback" />
4242
</uap:Extension>
4343
</Extensions>
4444
</Application>
@@ -51,10 +51,10 @@
5151
<Extension Category="windows.certificates">
5252
<Certificates>
5353
<Certificate StoreName="TrustedPeople" Content="textsecure-servicewhispersystemsorg.crt" />
54-
<Certificate StoreName="TrustedPeople" Content="api-directory-signal-org.crt"/>
55-
<Certificate StoreName="TrustedPeople" Content="textsecure-service-staging-whispersystems-org.crt"/>
56-
<Certificate StoreName="TrustedPeople" Content="api-staging-directory-signal-org.crt"/>
54+
<Certificate StoreName="TrustedPeople" Content="api-directory-signal-org.crt" />
55+
<Certificate StoreName="TrustedPeople" Content="textsecure-service-staging-whispersystems-org.crt" />
56+
<Certificate StoreName="TrustedPeople" Content="api-staging-directory-signal-org.crt" />
5757
</Certificates>
5858
</Extension>
5959
</Extensions>
60-
</Package>
60+
</Package>

0 commit comments

Comments
 (0)