From 5ec8aea872a0eb50e5d559f3edd408c16d6c6501 Mon Sep 17 00:00:00 2001 From: cdaragorn Date: Sun, 20 May 2018 19:04:07 -0600 Subject: [PATCH] Updated versions. --- SDVModTest/Properties/AssemblyInfo.cs | 4 ++-- SDVModTest/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SDVModTest/Properties/AssemblyInfo.cs b/SDVModTest/Properties/AssemblyInfo.cs index 0131e6a..a74483a 100644 --- a/SDVModTest/Properties/AssemblyInfo.cs +++ b/SDVModTest/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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.7.5.0")] -[assembly: AssemblyFileVersion("1.7.5.0")] +[assembly: AssemblyVersion("1.6.4.0")] +[assembly: AssemblyFileVersion("1.6.4.0")] diff --git a/SDVModTest/manifest.json b/SDVModTest/manifest.json index 40cd802..197a311 100644 --- a/SDVModTest/manifest.json +++ b/SDVModTest/manifest.json @@ -1,7 +1,7 @@ { "Name": "UI Info Suite", "Author": "Cdaragorn", - "Version": "1.7.5", + "Version": "1.6.4", "Description": "Adds a lot of useful information to the user interface. This is based on Demiacle's excellent UIModSuite.", "UniqueID": "Cdaragorn.UiInfoSuite", "EntryDll": "UIInfoSuite.dll",