Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgehog1029 committed Jun 2, 2023
1 parent a2de3c3 commit ed1be8f
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
Expand Up @@ -24,7 +24,7 @@
<PropertyGroup>
<PackageId>TromboneChamp.BaboonAPI</PackageId>
<Title>BaboonAPI</Title>
<Version>2.2.2</Version>
<Version>2.3.0</Version>
<Authors>offbeatwitch</Authors>
<Company>TromboneChamps</Company>
<PackageTags>Trombone Champ</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion BaboonAPI/Library.fs
Expand Up @@ -7,7 +7,7 @@ open BaboonAPI.Patch
open BepInEx
open HarmonyLib

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

Expand Down
2 changes: 1 addition & 1 deletion thunderstore/manifest.json
@@ -1,7 +1,7 @@
{
"name": "BaboonAPI",
"description": "Trombone Champ modding API",
"version_number": "2.2.2",
"version_number": "2.3.0",
"dependencies": [
"BepInEx-BepInExPack_TromboneChamp-5.4.21",
"TromboneChamps-FSharp_Core-6.0.6",
Expand Down

0 comments on commit ed1be8f

Please sign in to comment.