From 478be3204d397c26db4adfd2663f1d2a02ab17e6 Mon Sep 17 00:00:00 2001 From: Shadnix Date: Thu, 22 Oct 2020 02:43:07 +0200 Subject: [PATCH] Version bump --- Properties/AssemblyInfo.cs | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index acc2135..a92d817 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -13,5 +13,5 @@ [assembly: ComVisible(false)] [assembly: Guid("a2d66447-9928-4292-9a82-87abbaa401ff")] -[assembly: AssemblyVersion("3.0.0")] -[assembly: AssemblyFileVersion("3.0.0")] +[assembly: AssemblyVersion("3.0.1")] +[assembly: AssemblyFileVersion("3.0.1")] diff --git a/manifest.json b/manifest.json index badd2e4..ab766e5 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ "icon": "SaberTailor.Resources.icon.png", "id": "SaberTailor", "name": "SaberTailor", - "version": "3.0.0", + "version": "3.0.1", "dependsOn": { "BSIPA": "^4.0.0", "BeatSaberMarkupLanguage": "^1.2.0",