From a88be42cfe7ef3532b2372cbef1557ab250d5ed5 Mon Sep 17 00:00:00 2001 From: Shadnix Date: Thu, 9 Sep 2021 03:48:04 +0200 Subject: [PATCH] Version bump --- Properties/AssemblyInfo.cs | 4 ++-- manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 61e0a82..ea52d9a 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.4.0")] -[assembly: AssemblyFileVersion("3.4.0")] +[assembly: AssemblyVersion("3.4.1")] +[assembly: AssemblyFileVersion("3.4.1")] diff --git a/manifest.json b/manifest.json index 98b00bb..affdc5a 100644 --- a/manifest.json +++ b/manifest.json @@ -5,11 +5,11 @@ "#![SaberTailor.Resources.description.md]", "Customize stuff about your sabers" ], - "gameVersion": "1.16.3", + "gameVersion": "1.17.0", "icon": "SaberTailor.Resources.icon.png", "id": "SaberTailor", "name": "SaberTailor", - "version": "3.4.0", + "version": "3.4.1", "dependsOn": { "BSIPA": "^4.2.0", "BeatSaberMarkupLanguage": "^1.5.0",