From 5a5fb19d30ae46d4b0a04e67580f48fc8feb1b29 Mon Sep 17 00:00:00 2001 From: Sharon Shabtai Date: Tue, 10 Jan 2017 10:03:27 -0700 Subject: [PATCH] change version to v0.3.0 --- TpfrClient/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TpfrClient/Properties/AssemblyInfo.cs b/TpfrClient/Properties/AssemblyInfo.cs index 40971ce..de98a28 100644 --- a/TpfrClient/Properties/AssemblyInfo.cs +++ b/TpfrClient/Properties/AssemblyInfo.cs @@ -32,5 +32,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.2.0.0")] -[assembly: AssemblyFileVersion("0.2.0.0")] +[assembly: AssemblyVersion("0.3.0.0")] +[assembly: AssemblyFileVersion("0.3.0.0")]