Skip to content

Commit

Permalink
Patch for V66 support
Browse files Browse the repository at this point in the history
  • Loading branch information
DaXcess committed Oct 25, 2024
1 parent 8366a13 commit aac3e56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 1.3.5

**Additions**:
- Added support for V65
- Added support for V66

**Compatibility**:
- Fixed compatibility with MoreCompany 1.10.2
Expand Down
2 changes: 1 addition & 1 deletion Source/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class Plugin : BaseUnityPlugin
[
"BFF45683C267F402429049EF7D8095C078D5CD534E5300E56317ACB6056D70FB", // V64
"A6BDE2EB39028B36CB1667DCFB4ED10F688FB3FF72E71491AC25C5CB47A7EF6C", // V64.1
"3682681356E28CDDAD5EADD6E2E492A8E1F04C812873EEF4EDE9CF20CB36550A", // V65
"B0BC7D3392FDAD3BB6515C0769363A51FF3599E67325FAE153948E0B82EB7596", // V66
];

public new static Config Config { get; private set; }
Expand Down

0 comments on commit aac3e56

Please sign in to comment.