From 121d9de89ef0eafc8c24efb71059a26262ec6f08 Mon Sep 17 00:00:00 2001 From: raviddog Date: Thu, 25 Jul 2019 21:14:53 +1000 Subject: [PATCH] changed version number --- threplay/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/threplay/Properties/AssemblyInfo.cs b/threplay/Properties/AssemblyInfo.cs index 64ec1d1..7d37681 100644 --- a/threplay/Properties/AssemblyInfo.cs +++ b/threplay/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // 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.4.0.0")] -[assembly: AssemblyFileVersion("0.4.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file