Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
bump version to 0.3.1, bump 6dash to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus authored Nov 11, 2022
1 parent d656ec4 commit 1a178eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
description: A mod menu
version: ${{ steps.get-version.outputs.version }}
categories: Libraries Mods Tools
deps: [email protected].0
deps: [email protected].1
token: ${{ secrets.THUNDERSTORE_TOKEN }}
2 changes: 1 addition & 1 deletion ThreeDashTools/ThreeDashTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>ThreeDashTools</AssemblyName>
<Version>0.3.0</Version>
<Version>0.3.1</Version>
<Company>https://github.com/cgytrus/ThreeDashTools</Company>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>10.0</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion ThreeDashTools/src/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down

0 comments on commit 1a178eb

Please sign in to comment.