From d6a9fd426ace8405e172fe0227ff24dc7126c839 Mon Sep 17 00:00:00 2001 From: GalaxyMaster2 <10052298+GalaxyMaster2@users.noreply.github.com> Date: Mon, 15 Aug 2022 17:03:36 +0200 Subject: [PATCH] bump version --- HitsoundTweaks/Configuration/PluginConfig.cs | 4 ++-- HitsoundTweaks/HitsoundTweaksController.cs | 6 +++--- HitsoundTweaks/Properties/AssemblyInfo.cs | 4 ++-- HitsoundTweaks/manifest.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HitsoundTweaks/Configuration/PluginConfig.cs b/HitsoundTweaks/Configuration/PluginConfig.cs index b98a79d..c3c6023 100644 --- a/HitsoundTweaks/Configuration/PluginConfig.cs +++ b/HitsoundTweaks/Configuration/PluginConfig.cs @@ -1,6 +1,6 @@ -using IPA.Config.Stores; +using BeatSaberMarkupLanguage.Attributes; +using IPA.Config.Stores; using System.Runtime.CompilerServices; -using BeatSaberMarkupLanguage.Attributes; [assembly: InternalsVisibleTo(GeneratedStore.AssemblyVisibilityTarget)] namespace HitsoundTweaks.Configuration diff --git a/HitsoundTweaks/HitsoundTweaksController.cs b/HitsoundTweaks/HitsoundTweaksController.cs index 4ec9441..8bab045 100644 --- a/HitsoundTweaks/HitsoundTweaksController.cs +++ b/HitsoundTweaks/HitsoundTweaksController.cs @@ -1,7 +1,7 @@ -using HarmonyLib; -using UnityEngine; -using BeatSaberMarkupLanguage.Settings; +using BeatSaberMarkupLanguage.Settings; +using HarmonyLib; using HitsoundTweaks.Configuration; +using UnityEngine; namespace HitsoundTweaks { diff --git a/HitsoundTweaks/Properties/AssemblyInfo.cs b/HitsoundTweaks/Properties/AssemblyInfo.cs index fc49019..81ebab8 100644 --- a/HitsoundTweaks/Properties/AssemblyInfo.cs +++ b/HitsoundTweaks/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.4")] -[assembly: AssemblyFileVersion("1.0.4")] +[assembly: AssemblyVersion("1.1.0")] +[assembly: AssemblyFileVersion("1.1.0")] diff --git a/HitsoundTweaks/manifest.json b/HitsoundTweaks/manifest.json index 919cdda..835fe05 100644 --- a/HitsoundTweaks/manifest.json +++ b/HitsoundTweaks/manifest.json @@ -3,7 +3,7 @@ "id": "HitsoundTweaks", "name": "HitsoundTweaks", "author": "GalaxyMaster", - "version": "1.0.4", + "version": "1.1.0", "description": "Adds more configurability to hitsounds, and fixes several base game bugs to make them more reliable and consistent.", "gameVersion": "1.21.0", "dependsOn": {