Skip to content

Commit

Permalink
v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgehog1029 committed Jun 17, 2024
1 parent 7b9ff85 commit e40fc90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BaboonAPI/BaboonAPI.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PropertyGroup>
<PackageId>TromboneChamp.BaboonAPI</PackageId>
<Title>BaboonAPI</Title>
<Version>2.7.1</Version>
<Version>2.7.2</Version>
<Authors>offbeatwitch</Authors>
<Company>TromboneChamps</Company>
<PackageTags>Trombone Champ</PackageTags>
Expand Down Expand Up @@ -75,7 +75,7 @@
<ItemGroup>
<PackageReference Include="BepInEx.Core" Version="5.*" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="TromboneChamp.GameLibs" Version="1.20.0-beta" />
<PackageReference Include="TromboneChamp.GameLibs" Version="1.22.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion BaboonAPI/Library.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ open BaboonAPI.Patch
open BepInEx
open HarmonyLib

[<BepInPlugin("ch.offbeatwit.baboonapi.plugin", "BaboonAPI", "2.7.1.0")>]
[<BepInPlugin("ch.offbeatwit.baboonapi.plugin", "BaboonAPI", "2.7.2.0")>]
type BaboonPlugin() =
inherit BaseUnityPlugin()

Expand Down
2 changes: 1 addition & 1 deletion thunderstore/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BaboonAPI",
"description": "Trombone Champ modding API",
"version_number": "2.7.1",
"version_number": "2.7.2",
"dependencies": [
"BepInEx-BepInExPack_TromboneChamp-5.4.21",
"TromboneChamps-FSharp_Core-6.0.6",
Expand Down

0 comments on commit e40fc90

Please sign in to comment.