Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
cadon committed Nov 4, 2023
1 parent 8f3720f commit 0f6e7bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ARKBreedingStats/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,8 @@ private void Form1_Load(object sender, EventArgs e)
var filterPresets = Properties.Settings.Default.LibraryFilterPresets;
if (filterPresets != null)
ToolStripTextBoxLibraryFilter.AutoCompleteCustomSource.AddRange(filterPresets);


UpdateAsaIndicator();
UpdatePatternButtons();

SetupAutoLoadFileWatcher();
Expand Down
2 changes: 1 addition & 1 deletion ARKBreedingStats/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
// Revision
//
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("0.56.3.0")]
[assembly: AssemblyFileVersion("0.57.0.1")]
[assembly: NeutralResourcesLanguage("en")]

2 changes: 1 addition & 1 deletion ARKBreedingStats/_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ARK Smart Breeding": {
"Id": "ARK Smart Breeding",
"Category": "main",
"version": "0.56.3.0"
"version": "0.57.0.1"
},
"SpeciesColorImages": {
"Id": "SpeciesColorImages",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ internal void CheckIfMultipliersAreEqualToSettings()

private void llStatCalculation_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
ArkWiki.OpenPage("Creature_Stats_Calculation");
ArkWiki.OpenPage("Creature_stats_calculation");
}

public CreatureCollection CreatureCollection
Expand Down

0 comments on commit 0f6e7bd

Please sign in to comment.