Skip to content

Commit 4a49125

Browse files
committed
v2.7.1
1 parent 6af0d02 commit 4a49125

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

BaboonAPI/BaboonAPI.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PropertyGroup>
2525
<PackageId>TromboneChamp.BaboonAPI</PackageId>
2626
<Title>BaboonAPI</Title>
27-
<Version>2.7.0</Version>
27+
<Version>2.7.1</Version>
2828
<Authors>offbeatwitch</Authors>
2929
<Company>TromboneChamps</Company>
3030
<PackageTags>Trombone Champ</PackageTags>

BaboonAPI/Library.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ open BaboonAPI.Patch
77
open BepInEx
88
open HarmonyLib
99

10-
[<BepInPlugin("ch.offbeatwit.baboonapi.plugin", "BaboonAPI", "2.7.0.0")>]
10+
[<BepInPlugin("ch.offbeatwit.baboonapi.plugin", "BaboonAPI", "2.7.1.0")>]
1111
type BaboonPlugin() =
1212
inherit BaseUnityPlugin()
1313

thunderstore/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "BaboonAPI",
33
"description": "Trombone Champ modding API",
4-
"version_number": "2.7.0",
4+
"version_number": "2.7.1",
55
"dependencies": [
66
"BepInEx-BepInExPack_TromboneChamp-5.4.21",
77
"TromboneChamps-FSharp_Core-6.0.6",

0 commit comments

Comments
 (0)