Skip to content

Commit

Permalink
[Core] Increment version to 1.0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CadeEvs committed Sep 29, 2022
1 parent ec5bc18 commit 478e926
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion FrostyEditor/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
v1.0.6
v1.0.6.1
--------
- Fixed NFS: Heat profile being read only
- Temporarily disabled Update Checker

v1.0.6
--------
- Added plugin support
- Added Sound Import functionality
Expand Down
4 changes: 2 additions & 2 deletions FrostyEditor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,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("1.0.6.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]
[assembly: AssemblyVersion("1.0.6.1")]
[assembly: AssemblyFileVersion("1.0.6.1")]

#if FROSTY_DEVELOPER
[assembly: XmlnsDefinition("FrostyDeveloper", "FrostyEditor.Controls")]
Expand Down
4 changes: 2 additions & 2 deletions FrostyModManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,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.6.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]
[assembly: AssemblyVersion("1.0.6.1")]
[assembly: AssemblyFileVersion("1.0.6.1")]

0 comments on commit 478e926

Please sign in to comment.