Skip to content

Commit d4828d8

Browse files
committed
Version bump and rebuild
1 parent baea95a commit d4828d8

File tree

17 files changed

+16
-16
lines changed

17 files changed

+16
-16
lines changed

Build/InstallerExtensions.dll

0 Bytes
Binary file not shown.

Build/QModInstaller.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Build/QModManager.QMMLoader.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Build/QModManager.UnityAudioFixer.dll

0 Bytes
Binary file not shown.

Build/QModManager.exe

0 Bytes
Binary file not shown.

Build/QModManager_Setup.exe

-134 Bytes
Binary file not shown.

Data/latest-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2.1
1+
4.0.2.2

Executable/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212

1313
[assembly: ComVisible(false)]
1414

15-
[assembly: AssemblyVersion("4.0.2.1")]
16-
[assembly: AssemblyFileVersion("4.0.2.1")]
15+
[assembly: AssemblyVersion("4.0.2.2")]
16+
[assembly: AssemblyFileVersion("4.0.2.2")]

Installer/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
[assembly: Guid("8c6c9a0b-80c4-43d2-89f2-749e6f09fdda")]
1616

17-
[assembly: AssemblyVersion("4.0.2.1")]
18-
[assembly: AssemblyFileVersion("4.0.2.1")]
17+
[assembly: AssemblyVersion("4.0.2.2")]
18+
[assembly: AssemblyFileVersion("4.0.2.2")]

Installer/QModsInstallerScript.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#endif
66

77
#define Name "QModManager" ; The name of the game will be added after it
8-
#define Version "4.0.2.1"
8+
#define Version "4.0.2.2"
99
#define Author "QModManager"
1010
#define URL "https://github.com/QModManager/QModManager"
1111
#define SupportURL "https://discord.gg/UpWuWwq"

QMMHarmonyShimmer/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("4.0.2.1")]
37-
[assembly: AssemblyFileVersion("4.0.2.1")]
36+
[assembly: AssemblyVersion("4.0.2.2")]
37+
[assembly: AssemblyFileVersion("4.0.2.2")]
3838
[assembly: NeutralResourcesLanguage("en")]

QMMLoader/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("4.0.2.1")]
37-
[assembly: AssemblyFileVersion("4.0.2.1")]
36+
[assembly: AssemblyVersion("4.0.2.2")]
37+
[assembly: AssemblyFileVersion("4.0.2.2")]
3838
[assembly: NeutralResourcesLanguage("en")]

QModManager/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
[assembly: ComVisible(false)]
1515

16-
[assembly: AssemblyVersion("4.0.2.1")]
17-
[assembly: AssemblyFileVersion("4.0.2.1")]
16+
[assembly: AssemblyVersion("4.0.2.2")]
17+
[assembly: AssemblyFileVersion("4.0.2.2")]
1818

1919
[assembly: InternalsVisibleTo("QMMTests")]
2020
[assembly: InternalsVisibleTo("QModManager")]

QModPluginEmulator/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("4.0.2.1")]
37-
[assembly: AssemblyFileVersion("4.0.2.1")]
36+
[assembly: AssemblyVersion("4.0.2.2")]
37+
[assembly: AssemblyFileVersion("4.0.2.2")]
3838
[assembly: NeutralResourcesLanguage("en")]
3939

4040
[assembly: InternalsVisibleTo("QModManager.QMMLoader")]

UnityAudioFixer/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("4.0.2.1")]
36-
[assembly: AssemblyFileVersion("4.0.2.1")]
35+
[assembly: AssemblyVersion("4.0.2.2")]
36+
[assembly: AssemblyFileVersion("4.0.2.2")]

0 commit comments

Comments
 (0)