chore: bump version to 1.3.1

This commit is contained in:
Anna 2020-07-31 16:59:30 -04:00
parent a003072599
commit 98931e1d3f
2 changed files with 3 additions and 3 deletions

View File

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

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.3.0")]
[assembly: AssemblyFileVersion("1.3.0")]
[assembly: AssemblyVersion("1.3.1")]
[assembly: AssemblyFileVersion("1.3.1")]