diff --git a/GoodMemory/GoodMemory.json b/GoodMemory/GoodMemory.json index 0b64de8..d6d03f8 100644 --- a/GoodMemory/GoodMemory.json +++ b/GoodMemory/GoodMemory.json @@ -3,7 +3,7 @@ "Name": "Good Memory", "Description": "Adds an indicator in item tooltips to show whether you have acquired that item.", "InternalName": "GoodMemory", - "AssemblyVersion": "1.0.1", + "AssemblyVersion": "1.0.2", "RepoUrl": "https://git.sr.ht/~jkcclemens/GoodMemory", "ApplicableVersion": "any", "DalamudApiLevel": 1 diff --git a/GoodMemory/Properties/AssemblyInfo.cs b/GoodMemory/Properties/AssemblyInfo.cs index 8659edd..9fa318c 100644 --- a/GoodMemory/Properties/AssemblyInfo.cs +++ b/GoodMemory/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ 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.0.1")] -[assembly: AssemblyFileVersion("1.0.1")] +[assembly: AssemblyVersion("1.0.2")] +[assembly: AssemblyFileVersion("1.0.2")] [assembly: NeutralResourcesLanguage("en-GB")]