diff --git a/Signal-Windows/Package.appxmanifest b/Signal-Windows/Package.appxmanifest index 42b3309..430e91b 100644 --- a/Signal-Windows/Package.appxmanifest +++ b/Signal-Windows/Package.appxmanifest @@ -1,6 +1,6 @@  - + Signal Private Messenger diff --git a/Signal-Windows/Properties/AssemblyInfo.cs b/Signal-Windows/Properties/AssemblyInfo.cs index 7bd022b..5342d66 100644 --- a/Signal-Windows/Properties/AssemblyInfo.cs +++ b/Signal-Windows/Properties/AssemblyInfo.cs @@ -23,6 +23,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("0.2.14.0")] -[assembly: AssemblyFileVersion("0.2.14.0")] +[assembly: AssemblyVersion("0.2.15.0")] +[assembly: AssemblyFileVersion("0.2.15.0")] [assembly: ComVisible(false)] \ No newline at end of file