Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Dec 17, 2023
1 parent eb90c9f commit a601a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FrequencyWalkie.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enum RpcExecStage
Client,
}

[BepInPlugin("larko.frequencywalkie", "FrequencyWalkie", "1.0.0")]
[BepInPlugin("larko.frequencywalkie", "FrequencyWalkie", "1.1.0")]
public class FrequencyWalkie : BaseUnityPlugin
{
public static int frequencyIndex = 0;
Expand Down

0 comments on commit a601a0a

Please sign in to comment.