diff --git a/Peeping Tom/PeepingTom.json b/Peeping Tom/PeepingTom.json index 80029d2..fce6fd7 100644 --- a/Peeping Tom/PeepingTom.json +++ b/Peeping Tom/PeepingTom.json @@ -3,7 +3,7 @@ "Name": "Peeping Tom", "Description": "Shows who is or was targeting you. /ptom", "InternalName": "PeepingTom", - "AssemblyVersion": "1.1.3", + "AssemblyVersion": "1.2.0", "RepoUrl": "https://sr.ht/~jkcclemens/PeepingTom", "ApplicableVersion": "any", "DalamudApiLevel": 1 diff --git a/Peeping Tom/Properties/AssemblyInfo.cs b/Peeping Tom/Properties/AssemblyInfo.cs index 774ed34..436d3b3 100644 --- a/Peeping Tom/Properties/AssemblyInfo.cs +++ b/Peeping Tom/Properties/AssemblyInfo.cs @@ -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.1.3")] -[assembly: AssemblyFileVersion("1.1.3")] +[assembly: AssemblyVersion("1.2.0")] +[assembly: AssemblyFileVersion("1.2.0")] [assembly: NeutralResourcesLanguage("en-GB")]