diff --git a/GoodMemory/GoodMemory.json b/GoodMemory/GoodMemory.json index 17d7ce3..0b64de8 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.0", + "AssemblyVersion": "1.0.1", "RepoUrl": "https://git.sr.ht/~jkcclemens/GoodMemory", "ApplicableVersion": "any", "DalamudApiLevel": 1 diff --git a/GoodMemory/Properties/AssemblyInfo.cs b/GoodMemory/Properties/AssemblyInfo.cs index dfd2919..8659edd 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.0")] -[assembly: AssemblyFileVersion("1.0.0")] +[assembly: AssemblyVersion("1.0.1")] +[assembly: AssemblyFileVersion("1.0.1")] [assembly: NeutralResourcesLanguage("en-GB")]