Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Metious committed Sep 14, 2022
1 parent 9d4bb3a commit f698dae
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Data/latest-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.3.0
4.4.4.0
4 changes: 2 additions & 2 deletions OculusNewtonsoftRedirect/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.3")]
[assembly: AssemblyFileVersion("4.4.3")]
[assembly: AssemblyVersion("4.4.4")]
[assembly: AssemblyFileVersion("4.4.4")]
4 changes: 2 additions & 2 deletions QModManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

[assembly: ComVisible(false)]

[assembly: AssemblyVersion("4.4.3")]
[assembly: AssemblyFileVersion("4.4.3")]
[assembly: AssemblyVersion("4.4.4")]
[assembly: AssemblyFileVersion("4.4.4")]

[assembly: InternalsVisibleTo("QMMTests")]
[assembly: InternalsVisibleTo("QModManager")]
Expand Down
4 changes: 2 additions & 2 deletions QModPluginEmulator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.3")]
[assembly: AssemblyFileVersion("4.4.3")]
[assembly: AssemblyVersion("4.4.4")]
[assembly: AssemblyFileVersion("4.4.4")]
[assembly: NeutralResourcesLanguage("en")]

[assembly: InternalsVisibleTo("QModManager.QMMLoader")]
4 changes: 2 additions & 2 deletions UnityAudioFixer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.3")]
[assembly: AssemblyFileVersion("4.4.3")]
[assembly: AssemblyVersion("4.4.4")]
[assembly: AssemblyFileVersion("4.4.4")]

0 comments on commit f698dae

Please sign in to comment.