From 18e2996c89c9a9701fba58af5eb66695b2c9b28d Mon Sep 17 00:00:00 2001 From: Anna Date: Thu, 10 Dec 2020 22:35:49 -0500 Subject: [PATCH] chore: bump version to 1.0.4 --- GoodMemory/GoodMemory.json | 4 ++-- GoodMemory/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GoodMemory/GoodMemory.json b/GoodMemory/GoodMemory.json index d6d03f8..c46e447 100644 --- a/GoodMemory/GoodMemory.json +++ b/GoodMemory/GoodMemory.json @@ -3,8 +3,8 @@ "Name": "Good Memory", "Description": "Adds an indicator in item tooltips to show whether you have acquired that item.", "InternalName": "GoodMemory", - "AssemblyVersion": "1.0.2", + "AssemblyVersion": "1.0.4", "RepoUrl": "https://git.sr.ht/~jkcclemens/GoodMemory", "ApplicableVersion": "any", - "DalamudApiLevel": 1 + "DalamudApiLevel": 2 } diff --git a/GoodMemory/Properties/AssemblyInfo.cs b/GoodMemory/Properties/AssemblyInfo.cs index 9fa318c..9efa092 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.2")] -[assembly: AssemblyFileVersion("1.0.2")] +[assembly: AssemblyVersion("1.0.4")] +[assembly: AssemblyFileVersion("1.0.4")] [assembly: NeutralResourcesLanguage("en-GB")]