diff --git a/UIInfoSuite2/Properties/AssemblyInfo.cs b/UIInfoSuite2/Properties/AssemblyInfo.cs index b0e84168..c3f4d550 100644 --- a/UIInfoSuite2/Properties/AssemblyInfo.cs +++ b/UIInfoSuite2/Properties/AssemblyInfo.cs @@ -34,5 +34,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.8.4.0")] -[assembly: AssemblyFileVersion("1.8.4.0")] +[assembly: AssemblyVersion("2.1.1")] +[assembly: AssemblyFileVersion("2.1.1")] diff --git a/UIInfoSuite2/manifest.json b/UIInfoSuite2/manifest.json index 1115de25..f3930059 100644 --- a/UIInfoSuite2/manifest.json +++ b/UIInfoSuite2/manifest.json @@ -1,10 +1,10 @@ { - "Name": "UI Info Suite 2", - "Author": "Annosz", - "Version": "2.0.2", - "Description": "Adds a useful information to the user interface. Based on Cdaragorn's excellent UI Info Suite.", - "UniqueID": "Annosz.UiInfoSuite2", - "EntryDll": "UIInfoSuite2.dll", - "MinimumApiVersion": "3.0.0", - "UpdateKeys": [ "Nexus:7098" ] + "Name": "UI Info Suite 2", + "Author": "Annosz", + "Version": "2.1.1", + "Description": "Adds a useful information to the user interface. Based on Cdaragorn's excellent UI Info Suite.", + "UniqueID": "Annosz.UiInfoSuite2", + "EntryDll": "UIInfoSuite2.dll", + "MinimumApiVersion": "3.0.0", + "UpdateKeys": [ "Nexus:7098" ] }