diff --git a/Build/InstallerExtensions.dll b/Build/InstallerExtensions.dll index f4807a91..ba81648a 100644 Binary files a/Build/InstallerExtensions.dll and b/Build/InstallerExtensions.dll differ diff --git a/Build/QModInstaller.dll b/Build/QModInstaller.dll index 9101f701..d30a6687 100644 Binary files a/Build/QModInstaller.dll and b/Build/QModInstaller.dll differ diff --git a/Build/QModManager.QMMHarmonyShimmer.dll b/Build/QModManager.QMMHarmonyShimmer.dll index 4c514796..8ef94d67 100644 Binary files a/Build/QModManager.QMMHarmonyShimmer.dll and b/Build/QModManager.QMMHarmonyShimmer.dll differ diff --git a/Build/QModManager.QMMLoader.dll b/Build/QModManager.QMMLoader.dll index 97b6ea45..64ccd014 100644 Binary files a/Build/QModManager.QMMLoader.dll and b/Build/QModManager.QMMLoader.dll differ diff --git a/Build/QModManager.QModPluginGenerator.dll b/Build/QModManager.QModPluginGenerator.dll index 80ca04e3..9e066b41 100644 Binary files a/Build/QModManager.QModPluginGenerator.dll and b/Build/QModManager.QModPluginGenerator.dll differ diff --git a/Build/QModManager.UnityAudioFixer.dll b/Build/QModManager.UnityAudioFixer.dll index 8f9c1b90..8c17728c 100644 Binary files a/Build/QModManager.UnityAudioFixer.dll and b/Build/QModManager.UnityAudioFixer.dll differ diff --git a/Build/QModManager.exe b/Build/QModManager.exe index a59014a1..e0494568 100644 Binary files a/Build/QModManager.exe and b/Build/QModManager.exe differ diff --git a/Build/QModManager.zip b/Build/QModManager.zip deleted file mode 100644 index c381f4f8..00000000 Binary files a/Build/QModManager.zip and /dev/null differ diff --git a/Build/QModManager_Setup.exe b/Build/QModManager_Setup.exe index fb3f2d03..fa061582 100644 Binary files a/Build/QModManager_Setup.exe and b/Build/QModManager_Setup.exe differ diff --git a/Build/VortexPackage.zip b/Build/VortexPackage.zip deleted file mode 100644 index fcec5bd4..00000000 Binary files a/Build/VortexPackage.zip and /dev/null differ diff --git a/Data/latest-version.txt b/Data/latest-version.txt index 2d9d4c25..132d2006 100644 --- a/Data/latest-version.txt +++ b/Data/latest-version.txt @@ -1 +1 @@ -4.0.2.4 +4.0.2.3 diff --git a/Executable/Properties/AssemblyInfo.cs b/Executable/Properties/AssemblyInfo.cs index dbc45f41..a32b02e7 100644 --- a/Executable/Properties/AssemblyInfo.cs +++ b/Executable/Properties/AssemblyInfo.cs @@ -12,5 +12,5 @@ [assembly: ComVisible(false)] -[assembly: AssemblyVersion("4.0.2.4")] -[assembly: AssemblyFileVersion("4.0.2.4")] +[assembly: AssemblyVersion("4.0.2.3")] +[assembly: AssemblyFileVersion("4.0.2.3")] diff --git a/Installer/Properties/AssemblyInfo.cs b/Installer/Properties/AssemblyInfo.cs index b186512f..abf97baf 100644 --- a/Installer/Properties/AssemblyInfo.cs +++ b/Installer/Properties/AssemblyInfo.cs @@ -14,5 +14,5 @@ [assembly: Guid("8c6c9a0b-80c4-43d2-89f2-749e6f09fdda")] -[assembly: AssemblyVersion("4.0.2.4")] -[assembly: AssemblyFileVersion("4.0.2.4")] +[assembly: AssemblyVersion("4.0.2.3")] +[assembly: AssemblyFileVersion("4.0.2.3")] diff --git a/Installer/QModsInstallerScript.iss b/Installer/QModsInstallerScript.iss index b653fcc8..7c38d854 100644 --- a/Installer/QModsInstallerScript.iss +++ b/Installer/QModsInstallerScript.iss @@ -5,7 +5,7 @@ #endif #define Name "QModManager" ; The name of the game will be added after it -#define Version "4.0.2.4" +#define Version "4.0.2.3" #define Author "QModManager" #define URL "https://github.com/QModManager/QModManager" #define SupportURL "https://discord.gg/UpWuWwq" diff --git a/QMMHarmonyShimmer/Properties/AssemblyInfo.cs b/QMMHarmonyShimmer/Properties/AssemblyInfo.cs index b35a8eee..f26866df 100644 --- a/QMMHarmonyShimmer/Properties/AssemblyInfo.cs +++ b/QMMHarmonyShimmer/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ // 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("4.0.2.4")] -[assembly: AssemblyFileVersion("4.0.2.4")] +[assembly: AssemblyVersion("4.0.2.3")] +[assembly: AssemblyFileVersion("4.0.2.3")] [assembly: NeutralResourcesLanguage("en")] diff --git a/QMMLoader/Properties/AssemblyInfo.cs b/QMMLoader/Properties/AssemblyInfo.cs index a64ae211..4af4c752 100644 --- a/QMMLoader/Properties/AssemblyInfo.cs +++ b/QMMLoader/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ // 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("4.0.2.4")] -[assembly: AssemblyFileVersion("4.0.2.4")] +[assembly: AssemblyVersion("4.0.2.3")] +[assembly: AssemblyFileVersion("4.0.2.3")] [assembly: NeutralResourcesLanguage("en")] diff --git a/QModManager/Properties/AssemblyInfo.cs b/QModManager/Properties/AssemblyInfo.cs index 2fb96391..a5de9561 100644 --- a/QModManager/Properties/AssemblyInfo.cs +++ b/QModManager/Properties/AssemblyInfo.cs @@ -13,8 +13,8 @@ [assembly: ComVisible(false)] -[assembly: AssemblyVersion("4.0.2.4")] -[assembly: AssemblyFileVersion("4.0.2.4")] +[assembly: AssemblyVersion("4.0.2.3")] +[assembly: AssemblyFileVersion("4.0.2.3")] [assembly: InternalsVisibleTo("QMMTests")] [assembly: InternalsVisibleTo("QModManager")] diff --git a/QModPluginEmulator/Properties/AssemblyInfo.cs b/QModPluginEmulator/Properties/AssemblyInfo.cs index c8172c7c..ff467782 100644 --- a/QModPluginEmulator/Properties/AssemblyInfo.cs +++ b/QModPluginEmulator/Properties/AssemblyInfo.cs @@ -33,8 +33,8 @@ // 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("4.0.2.4")] -[assembly: AssemblyFileVersion("4.0.2.4")] +[assembly: AssemblyVersion("4.0.2.3")] +[assembly: AssemblyFileVersion("4.0.2.3")] [assembly: NeutralResourcesLanguage("en")] [assembly: InternalsVisibleTo("QModManager.QMMLoader")] diff --git a/UnityAudioFixer/Properties/AssemblyInfo.cs b/UnityAudioFixer/Properties/AssemblyInfo.cs index 42230ca1..4370f457 100644 --- a/UnityAudioFixer/Properties/AssemblyInfo.cs +++ b/UnityAudioFixer/Properties/AssemblyInfo.cs @@ -32,5 +32,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("4.0.2.4")] -[assembly: AssemblyFileVersion("4.0.2.4")] +[assembly: AssemblyVersion("4.0.2.3")] +[assembly: AssemblyFileVersion("4.0.2.3")]