updated version number (yes, really)

This commit is contained in:
notGreg 2022-09-19 00:16:57 +02:00
parent c3281a0f37
commit 0a7cf84cba

View File

@ -9,7 +9,7 @@ using EFT.Settings.Graphics;
namespace ScopeTweaks namespace ScopeTweaks
{ {
[BepInPlugin("com.notGreg.scopeTweaks", "notGreg's Scope Tweaks", "1.0.0")] [BepInPlugin("com.notGreg.scopeTweaks", "notGreg's Scope Tweaks", "1.1.0")]
public class Plugin : BaseUnityPlugin public class Plugin : BaseUnityPlugin
{ {
Utils utils = new Utils(); Utils utils = new Utils();