diff --git a/Signal-Windows/Package.appxmanifest b/Signal-Windows/Package.appxmanifest index 38c97c6..90696ef 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 0bea385..4cafa00 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.18.0")] -[assembly: AssemblyFileVersion("0.2.18.0")] +[assembly: AssemblyVersion("0.2.19.0")] +[assembly: AssemblyFileVersion("0.2.19.0")] [assembly: ComVisible(false)] \ No newline at end of file