From 4a49125149f688c102e9ea80d10214e4444a96f0 Mon Sep 17 00:00:00 2001 From: Henry Le Grys Date: Tue, 19 Mar 2024 22:39:23 +0000 Subject: [PATCH] v2.7.1 --- BaboonAPI/BaboonAPI.fsproj | 2 +- BaboonAPI/Library.fs | 2 +- thunderstore/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BaboonAPI/BaboonAPI.fsproj b/BaboonAPI/BaboonAPI.fsproj index 5e5deee..4eff262 100644 --- a/BaboonAPI/BaboonAPI.fsproj +++ b/BaboonAPI/BaboonAPI.fsproj @@ -24,7 +24,7 @@ TromboneChamp.BaboonAPI BaboonAPI - 2.7.0 + 2.7.1 offbeatwitch TromboneChamps Trombone Champ diff --git a/BaboonAPI/Library.fs b/BaboonAPI/Library.fs index 50ef692..5123895 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 dc5d4e2..b3c7932 100644 --- a/thunderstore/manifest.json +++ b/thunderstore/manifest.json @@ -1,7 +1,7 @@ { "name": "BaboonAPI", "description": "Trombone Champ modding API", - "version_number": "2.7.0", + "version_number": "2.7.1", "dependencies": [ "BepInEx-BepInExPack_TromboneChamp-5.4.21", "TromboneChamps-FSharp_Core-6.0.6",