Skip to content

Commit

Permalink
- Bump version numbers for Archaeology, Binning and Socializing
Browse files Browse the repository at this point in the history
  • Loading branch information
agilbert1412 committed Dec 9, 2024
1 parent 379a95c commit 234adf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions StardewArchipelago/Constants/Modded/ModVersions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ public class ModVersions
{
{ ModNames.ALEC, $"2.2.{WILDCARD}" },
{ ModNames.ALECTO, $"1.1.{WILDCARD}" },
{ ModNames.ARCHAEOLOGY, $"2.10.3" },
{ ModNames.ARCHAEOLOGY, $"2.12.1" },
{ ModNames.AYEISHA, $"0.7.{WILDCARD}" },
{ ModNames.BIGGER_BACKPACK, $"7.3.{WILDCARD}" },
{ ModNames.BINNING, $"2.0.{WILDCARD}" },
{ ModNames.BINNING, $"2.1.{WILDCARD}" },
//{ ModNames.COOKING, "1.4.5" },
//{ ModNames.DEEP_WOODS, "3.1.0-beta" },
//{ ModNames.DELORES, "1.1.2" },
Expand All @@ -26,7 +26,7 @@ public class ModVersions
//{ ModNames.RILEY, "1.2.2" },
//{ ModNames.SHIKO, "1.1.0" }, // The mod is 1.2.0 but they didn't update the manifest.json
{ ModNames.SKULL_CAVERN_ELEVATOR, $"1.6.{WILDCARD}" },
{ ModNames.SOCIALIZING, $"2.0.{WILDCARD}" },
{ ModNames.SOCIALIZING, $"2.1.{WILDCARD}" },
{ ModNames.TRACTOR, $"4.20.{WILDCARD}" },
//{ ModNames.WELLWICK, "1.0.0" },
//{ ModNames.YOBA, "1.0.0" },
Expand Down
2 changes: 1 addition & 1 deletion StardewArchipelago/StardewArchipelago.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="KaitoKid.ArchipelagoUtilities.Net" Version="1.1.14" />
<PackageReference Include="KaitoKid.ArchipelagoUtilities.Net" Version="1.1.15" />
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="4.1.1" />
</ItemGroup>

Expand Down

0 comments on commit 234adf7

Please sign in to comment.