Skip to content

Commit

Permalink
Update Plugin.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
shabbywu committed Nov 12, 2023
1 parent 03a85a4 commit 713b845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TheLastSpellMod/MultipleGain/Plugin.cs
Expand Up @@ -9,7 +9,7 @@

namespace MultipleGain
{
[BepInPlugin("cn.shabywu.the_last_stand.multiple_gain", "多倍收益", "1.0.0")]
[BepInPlugin("cn.shabywu.the_last_stand.multiple_gain", "多倍收益", "1.1.0")]
public class Plugin : BaseUnityPlugin
{
static ConfigEntry<float> ExperiencePercentage;
Expand Down

0 comments on commit 713b845

Please sign in to comment.