From 72964691fb0383959e504abc96388025350ee349 Mon Sep 17 00:00:00 2001 From: Benedikt Constantin Radtke Date: Tue, 4 Dec 2018 16:18:40 +0100 Subject: [PATCH] Bump version to 0.2.23 --- Signal-Windows/Package.appxmanifest | 2 +- Signal-Windows/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Signal-Windows/Package.appxmanifest b/Signal-Windows/Package.appxmanifest index f76ad81..d3238b6 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 6ba5868..49db10c 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.22.0")] -[assembly: AssemblyFileVersion("0.2.22.0")] +[assembly: AssemblyVersion("0.2.23.0")] +[assembly: AssemblyFileVersion("0.2.23.0")] [assembly: ComVisible(false)] \ No newline at end of file