diff --git a/BlueWP/Package.appxmanifest b/BlueWP/Package.appxmanifest index 301a4c7..02f8980 100644 --- a/BlueWP/Package.appxmanifest +++ b/BlueWP/Package.appxmanifest @@ -1,6 +1,6 @@  - + BlueWP diff --git a/BlueWP/Properties/AssemblyInfo.cs b/BlueWP/Properties/AssemblyInfo.cs index 92380a1..ee0c928 100644 --- a/BlueWP/Properties/AssemblyInfo.cs +++ b/BlueWP/Properties/AssemblyInfo.cs @@ -24,6 +24,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.3.0")] -[assembly: AssemblyFileVersion("1.0.3.0")] +[assembly: AssemblyVersion("1.0.4.0")] +[assembly: AssemblyFileVersion("1.0.4.0")] [assembly: ComVisible(false)] \ No newline at end of file