Skip to content

Commit

Permalink
Version bump to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
parnic committed Oct 8, 2015
1 parent c11d95e commit 5dfd0af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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="47805PerniciousGames.UnofficialSamsungRemote" Publisher="CN=87252C2A-6806-479C-B67B-65772F6A37D6" Version="1.8.0.0" />
<Identity Name="47805PerniciousGames.UnofficialSamsungRemote" Publisher="CN=87252C2A-6806-479C-B67B-65772F6A37D6" Version="1.8.1.0" />
<mp:PhoneIdentity PhoneProductId="535b9cf0-c250-4e44-a6c6-122a540237e4" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Unofficial Samsung Remote</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.8.0")]
[assembly: AssemblyFileVersion("1.8.0")]
[assembly: AssemblyVersion("1.8.1")]
[assembly: AssemblyFileVersion("1.8.1")]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: ComVisible(false)]

0 comments on commit 5dfd0af

Please sign in to comment.