From f74b81dc202f49251ea38d81a27a430045f41d8f Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Tue, 8 Dec 2020 03:27:56 -0500 Subject: [PATCH] chore: bump version to 1.5.2 --- Peeping Tom/PeepingTom.json | 4 ++-- Peeping Tom/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Peeping Tom/PeepingTom.json b/Peeping Tom/PeepingTom.json index 04623cb..b619e10 100644 --- a/Peeping Tom/PeepingTom.json +++ b/Peeping Tom/PeepingTom.json @@ -3,8 +3,8 @@ "Name": "Peeping Tom", "Description": "Shows who is or was targeting you. /ptom", "InternalName": "PeepingTom", - "AssemblyVersion": "1.5.1", + "AssemblyVersion": "1.5.2", "RepoUrl": "https://sr.ht/~jkcclemens/PeepingTom", "ApplicableVersion": "any", - "DalamudApiLevel": 1 + "DalamudApiLevel": 2 } diff --git a/Peeping Tom/Properties/AssemblyInfo.cs b/Peeping Tom/Properties/AssemblyInfo.cs index 5a83cf1..ca39c20 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.5.1")] -[assembly: AssemblyFileVersion("1.5.1")] +[assembly: AssemblyVersion("1.5.2")] +[assembly: AssemblyFileVersion("1.5.2")] [assembly: NeutralResourcesLanguage("en-GB")]