Skip to content

Commit

Permalink
- Update for 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DrakiaXYZ committed Nov 26, 2024
1 parent 8ee485f commit 877d8a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BigBrainPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace DrakiaXYZ.BigBrain
{
[BepInPlugin("xyz.drakia.bigbrain", "DrakiaXYZ-BigBrain", "1.2.0")]
[BepInDependency("com.SPT.core", "3.9.0")]
[BepInDependency("com.SPT.core", "3.10.0")]
internal class BigBrainPlugin : BaseUnityPlugin
{
// This needs to be initialized because other mods could interact with BrainManager before this plugin has loaded
Expand Down
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: TarkovVersion(30626)]
[assembly: TarkovVersion(33420)]

0 comments on commit 877d8a0

Please sign in to comment.