chore: bump version

This commit is contained in:
Anna 2020-12-08 23:12:39 -05:00
parent ebd81da4b5
commit 2454811d49
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
"Name": "HudSwap",
"Description": "Automatically changes your HUD layout for you. /phudswap",
"InternalName": "HudSwap",
"AssemblyVersion": "1.4.0",
"AssemblyVersion": "1.5.1",
"RepoUrl": "https://sr.ht/~jkcclemens/HudSwap",
"ApplicableVersion": "any",
"DalamudApiLevel": 1
"DalamudApiLevel": 2
}

View File

@ -32,5 +32,5 @@ 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.4.0")]
[assembly: AssemblyFileVersion("1.4.0")]
[assembly: AssemblyVersion("1.5.1")]
[assembly: AssemblyFileVersion("1.5.1")]