diff --git a/.github/workflows/publish-ts.yml b/.github/workflows/publish-ts.yml index 660b185..4c36464 100644 --- a/.github/workflows/publish-ts.yml +++ b/.github/workflows/publish-ts.yml @@ -42,5 +42,5 @@ jobs: description: A mod menu version: ${{ steps.get-version.outputs.version }} categories: Libraries Mods Tools - deps: ConfiG-6Dash@0.4.0 + deps: ConfiG-6Dash@0.4.1 token: ${{ secrets.THUNDERSTORE_TOKEN }} diff --git a/ThreeDashTools/ThreeDashTools.csproj b/ThreeDashTools/ThreeDashTools.csproj index cca108a..3125233 100644 --- a/ThreeDashTools/ThreeDashTools.csproj +++ b/ThreeDashTools/ThreeDashTools.csproj @@ -3,7 +3,7 @@ netstandard2.1 ThreeDashTools - 0.3.0 + 0.3.1 https://github.com/cgytrus/ThreeDashTools true 10.0 diff --git a/ThreeDashTools/src/Plugin.cs b/ThreeDashTools/src/Plugin.cs index 46b41ed..165dbff 100644 --- a/ThreeDashTools/src/Plugin.cs +++ b/ThreeDashTools/src/Plugin.cs @@ -9,7 +9,7 @@ namespace ThreeDashTools; [BepInPlugin("mod.cgytrus.plugins.3dashtools", MyPluginInfo.PLUGIN_NAME, MyPluginInfo.PLUGIN_VERSION)] -[BepInDependency("mod.cgytrus.plugins.sixdash", "0.4.0")] +[BepInDependency("mod.cgytrus.plugins.sixdash", "0.4.1")] public class Plugin : BaseUnityPlugin { public static Plugin? instance { get; private set; }