From 8ce70e13b92459db7ad570b923d87718220b8532 Mon Sep 17 00:00:00 2001 From: Anna Date: Fri, 4 Sep 2020 16:43:18 -0400 Subject: [PATCH] chore: bump version to 1.0.1 --- GoodMemory/GoodMemory.json | 2 +- GoodMemory/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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")]