Skip to content

Commit

Permalink
Update 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Renzo904 committed Jan 20, 2025
1 parent 2997d05 commit 81426e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions TekaTeka/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@

namespace TekaTeka
{
[BepInPlugin(MyPluginInfo.PLUGIN_GUID, ModName, ModVersion)]
[BepInPlugin(PluginGuid, ModName, ModVersion)]
public class Plugin : BasePlugin
{
public const string PluginGuid = "RF.TekaTeka";
public const string ModName = "TekaTeka";
public const string ModVersion = "1.2.0";
public const string ModVersion = "1.2.1";

public static Plugin Instance;
private Harmony _harmony = null;
Expand Down
2 changes: 1 addition & 1 deletion TekaTeka/TekaTeka.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ModName>TekaTeka</ModName>
<ModVersion>1.1.0</ModVersion>
<ModVersion>1.2.1</ModVersion>
<Description>A Rhythm Festival Custom Song Loader</Description>
</PropertyGroup>

Expand Down

0 comments on commit 81426e2

Please sign in to comment.