From 9f0df8c633db6b3b8311f638fcea0fb2458092bb Mon Sep 17 00:00:00 2001 From: NecronomiconCoding Date: Fri, 22 Jul 2016 20:43:42 +0200 Subject: [PATCH] Revert "should auto update the version number now" This reverts commit b91821608085650801cc85fad55f9a948cc8fc0e. --- PokemonGo.RocketAPI/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PokemonGo.RocketAPI/Properties/AssemblyInfo.cs b/PokemonGo.RocketAPI/Properties/AssemblyInfo.cs index fc6e2661a..a2db1e67c 100644 --- a/PokemonGo.RocketAPI/Properties/AssemblyInfo.cs +++ b/PokemonGo.RocketAPI/Properties/AssemblyInfo.cs @@ -39,5 +39,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyFileVersion("1.0.*")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file