chore: bump version to 1.0.4

This commit is contained in:
Anna 2020-12-10 22:35:49 -05:00
parent 6273fec0e0
commit 18e2996c89
2 changed files with 4 additions and 4 deletions

View File

@ -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
}

View File

@ -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")]