Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAtra committed May 27, 2024
1 parent 4ade9ec commit d97d7b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions thunderstore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ websiteUrl = "https://github.com/DarkAtra/v-rising-discord-bot-companion"
containsNsfwContent = false

[package.dependencies]
BepInEx-BepInExPack_V_Rising = "1.668.5"
deca-Bloodstone = "0.1.4"
BepInEx-BepInExPack_V_Rising = "1.691.3"
deca-Bloodstone = "0.2.2"

[build]
icon = "./icon.png"
Expand Down
6 changes: 3 additions & 3 deletions v-rising-discord-bot-companion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.668" IncludeAssets="compile"/>
<PackageReference Include="BepInEx.Core" Version="6.0.0-be.668" IncludeAssets="compile"/>
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.691" IncludeAssets="compile"/>
<PackageReference Include="BepInEx.Core" Version="6.0.0-be.691" IncludeAssets="compile"/>
<PackageReference Include="BepInEx.PluginInfoProps" Version="2.1.0"/>
<PackageReference Include="VRising.Bloodstone" Version="0.2.1"/>
<PackageReference Include="VRising.Bloodstone" Version="0.2.2"/>
<PackageReference Include="VRising.Unhollowed.Client" Version="1.0.2.794360001"/>
</ItemGroup>

Expand Down

0 comments on commit d97d7b1

Please sign in to comment.