diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 60590edd..27e066fb 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/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("3.0.4.*")] +[assembly: AssemblyVersion("3.0.5.*")] //[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/src/Strings.cs b/src/Strings.cs index edb34851..bce5bebe 100644 --- a/src/Strings.cs +++ b/src/Strings.cs @@ -10,7 +10,7 @@ internal static class Strings { public const string BotName = "Brock"; public const string Creator = "versx"; - public const string Version = "3.0.4"; + public const string Version = "3.0.5"; public const string GoogleMaps = "https://maps.google.com/maps?q={0},{1}"; public const string AppleMaps = "https://maps.apple.com/maps?daddr={0},{1}";