Skip to content

Commit

Permalink
Bump everest.yaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 committed Jan 25, 2024
1 parent 39707b4 commit d46644a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CollabModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private void onModAssetUpdate(ModAsset oldAsset, ModAsset newAsset) {
reloadCrystalHeartSwapSpriteBanks();
}
}

private static string onGuessType(string file, out Type type, out string format) {
switch (file) {
case "CollabUtils2CollabID.txt":
Expand Down
1 change: 0 additions & 1 deletion CollabUtils2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFrameworks>net452</TargetFrameworks>
<LangVersion>11</LangVersion>
<AssemblyName>CollabUtils2</AssemblyName>
<RootNamespace>Celeste.Mod.CollabUtils2</RootNamespace>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion everest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- Name: CollabUtils2
Version: 1.10.5
Version: 1.10.6
DLL: bin/Release/net452/CollabUtils2.dll
Dependencies:
- Name: Everest
Expand Down

0 comments on commit d46644a

Please sign in to comment.