chore: bump version

This commit is contained in:
Anna 2020-12-08 22:26:26 -05:00
parent dde4ba9b3b
commit 7d57a6e092
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
"Name": "Globetrotter",
"Description": "Automatically shows where treasure maps are located. /pglobetrotter /tmap",
"InternalName": "Globetrotter",
"AssemblyVersion": "1.1.0",
"AssemblyVersion": "1.1.2",
"RepoUrl": "https://sr.ht/~jkcclemens/Globetrotter",
"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.1.0")]
[assembly: AssemblyFileVersion("1.1.0")]
[assembly: AssemblyVersion("1.1.2")]
[assembly: AssemblyFileVersion("1.1.2")]