chore: bump version to 1.1.3

This commit is contained in:
Anna 2020-08-04 21:07:14 -04:00
parent 4d57e3c150
commit ef155e54d5
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"Name": "Peeping Tom", "Name": "Peeping Tom",
"Description": "Shows who is or was targeting you. /ptom", "Description": "Shows who is or was targeting you. /ptom",
"InternalName": "PeepingTom", "InternalName": "PeepingTom",
"AssemblyVersion": "1.1.2", "AssemblyVersion": "1.1.3",
"RepoUrl": "https://sr.ht/~jkcclemens/PeepingTom", "RepoUrl": "https://sr.ht/~jkcclemens/PeepingTom",
"ApplicableVersion": "any", "ApplicableVersion": "any",
"DalamudApiLevel": 1 "DalamudApiLevel": 1

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 // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.2")] [assembly: AssemblyVersion("1.1.3")]
[assembly: AssemblyFileVersion("1.1.2")] [assembly: AssemblyFileVersion("1.1.3")]
[assembly: NeutralResourcesLanguage("en-GB")] [assembly: NeutralResourcesLanguage("en-GB")]