Skip to content

Commit 5034524

Browse files
committed
1.0.5
1 parent c2c0ada commit 5034524

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BlueWP/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
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="c717c926-e01a-453d-a27c-54750041de8a" Publisher="CN=Gargaj" Version="1.0.4.0" />
3+
<Identity Name="c717c926-e01a-453d-a27c-54750041de8a" Publisher="CN=Gargaj" Version="1.0.5.0" />
44
<mp:PhoneIdentity PhoneProductId="c717c926-e01a-453d-a27c-54750041de8a" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>BlueWP</DisplayName>

BlueWP/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("1.0.4.0")]
28-
[assembly: AssemblyFileVersion("1.0.4.0")]
27+
[assembly: AssemblyVersion("1.0.5.0")]
28+
[assembly: AssemblyFileVersion("1.0.5.0")]
2929
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)