diff --git a/Zodiac Glass.v12.suo b/Zodiac Glass.v12.suo index a0ec8f8..fa4e04d 100644 Binary files a/Zodiac Glass.v12.suo and b/Zodiac Glass.v12.suo differ diff --git a/Zodiac Glass/App.xaml.cs b/Zodiac Glass/App.xaml.cs index 4d58900..f7758e3 100644 --- a/Zodiac Glass/App.xaml.cs +++ b/Zodiac Glass/App.xaml.cs @@ -148,7 +148,7 @@ private void ConfigureNotifyIcon() newItem.Click += (s, e) => Process.Start("http://www.reddit.com/r/ffxiv/comments/2gm1ru/nexus_light_information/"); this.notifyIcon.ContextMenuStrip.Items.Add(newItem); - newItem = new ToolStripMenuItem("Update"); + newItem = new ToolStripMenuItem("Update Memory Addresses"); newItem.Image = Image.FromStream(Application.GetResourceStream(new Uri(string.Format(imageRuiFormat, "update.ico"))).Stream); newItem.Click += (s, e) => { if (this.UpdateMemoryMap()) diff --git a/Zodiac Glass/Properties/AssemblyProperties.cs b/Zodiac Glass/Properties/AssemblyProperties.cs index a4b11c7..e7b1b8c 100644 --- a/Zodiac Glass/Properties/AssemblyProperties.cs +++ b/Zodiac Glass/Properties/AssemblyProperties.cs @@ -7,7 +7,7 @@ namespace ZodiacGlass { internal static class AssemblyProperties { - internal const string Version = "1.0.1411.13001"; // X.X.Year_Year_Month_Mont.Day_Day_BuildOfDayBuildOfDayBuildOfDay + internal const string Version = "1.0.1411.23001"; // X.X.Year_Year_Month_Mont.Day_Day_BuildOfDayBuildOfDayBuildOfDay internal const string Name = "Zodiac Glass"; internal const string Copyright = "© 2014 Invisible Shield";