diff --git a/BaboonAPI/BaboonAPI.fsproj b/BaboonAPI/BaboonAPI.fsproj index 130c526..5213e5f 100644 --- a/BaboonAPI/BaboonAPI.fsproj +++ b/BaboonAPI/BaboonAPI.fsproj @@ -24,7 +24,7 @@ TromboneChamp.BaboonAPI BaboonAPI - 2.2.0 + 2.2.1 offbeatwitch TromboneChamps Trombone Champ diff --git a/BaboonAPI/Library.fs b/BaboonAPI/Library.fs index b5cddd5..6e889fb 100644 --- a/BaboonAPI/Library.fs +++ b/BaboonAPI/Library.fs @@ -7,7 +7,7 @@ open BaboonAPI.Patch open BepInEx open HarmonyLib -[] +[] type BaboonPlugin() = inherit BaseUnityPlugin() diff --git a/thunderstore/manifest.json b/thunderstore/manifest.json index 0c3ce3c..c06f76d 100644 --- a/thunderstore/manifest.json +++ b/thunderstore/manifest.json @@ -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",