Skip to content

Commit

Permalink
Use version 16-05-21 of memory reading.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcitectus committed Jun 22, 2016
1 parent 4f7321c commit 5d23395
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified lib.intermediate/Sanderling.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Sanderling/Sanderling.Exe/resource.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ResourceDictionary Source="pack://application:,,,/Sanderling.UI;component/resource.xaml"></ResourceDictionary>

<ResourceDictionary>
<system:String x:Key="AppVersionId">16.04.21</system:String>
<system:String x:Key="AppVersionId">16.05.21</system:String>

<BotEngine.UI.ViewModel:AppProperty
x:Key="AppProperty">
Expand Down
2 changes: 1 addition & 1 deletion src/Sanderling/Sanderling/ExeConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class ExeConfig
{
public const string ConfigLicenseKeyFree = "Sanderling.Free";
public const string ConfigServiceId = "Sanderling.16-04-18";
public const string ConfigServiceId = "Sanderling.16-05-21";
public const string ConfigApiVersionAddressDefault = @"http://service.botengine.de:4074/api";

public const string EveOnlineProcessMainModuleFileName = "ExeFile.exe";
Expand Down

0 comments on commit 5d23395

Please sign in to comment.