Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgehog1029 committed Mar 17, 2023
1 parent 54e90cd commit a5f4871
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.2.0</Version>
<Version>2.2.1</Version>
<Authors>offbeatwitch</Authors>
<Company>TromboneChamps</Company>
<PackageTags>Trombone Champ</PackageTags>
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.2.0.0")>]
[<BepInPlugin("ch.offbeatwit.baboonapi.plugin", "BaboonAPI", "2.2.1.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.2.0",
"version_number": "2.2.1",
"dependencies": [
"BepInEx-BepInExPack_TromboneChamp-5.4.21",
"TromboneChamps-FSharp_Core-6.0.6",
Expand Down

0 comments on commit a5f4871

Please sign in to comment.