Skip to content

Commit

Permalink
Version 3.0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
versx committed Dec 16, 2019
1 parent daa9feb commit 3509807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion src/Strings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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}";
Expand Down

0 comments on commit 3509807

Please sign in to comment.