Skip to content
This repository was archived by the owner on Sep 29, 2021. It is now read-only.

Commit 7c28851

Browse files
committed
Fix typo
1 parent 13b9e82 commit 7c28851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace BepInExPlugin
1414
/// To get started, check out the plugin writing walkthrough:
1515
/// https://bepinex.github.io/bepinex_docs/master/articles/dev_guide/plugin_tutorial/index.html
1616
/// </remarks>
17-
[BepInPlugin(PluginInfo.PLUGIN_ID, PluginInfo.PLUGIN_NAME, PluginInfo.PLUGIN_NAME)]
17+
[BepInPlugin(PluginInfo.PLUGIN_ID, PluginInfo.PLUGIN_NAME, PluginInfo.PLUGIN_VERSION)]
1818
public class Plugin : BaseUnityPlugin
1919
{
2020
private void Awake()

0 commit comments

Comments
 (0)