Skip to content

Commit

Permalink
Memory reading v16-04-18 fixes reading of Ship hangar and Item hangar…
Browse files Browse the repository at this point in the history
… as inventory.

resolves issue #6.
  • Loading branch information
Arcitectus committed May 19, 2016
1 parent a0427c5 commit 96327fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.13</system:String>
<system:String x:Key="AppVersionId">16.04.18</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-13";
public const string ConfigServiceId = "Sanderling.16-04-18";
public const string ConfigApiVersionAddressDefault = @"http://service.botengine.de:4074/api";

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

0 comments on commit 96327fb

Please sign in to comment.