diff --git a/Main.cs b/Main.cs index a7e7d05..4a4677d 100644 --- a/Main.cs +++ b/Main.cs @@ -11,6 +11,7 @@ namespace PowerToysRunTOTP public class Main : IPlugin { + public static string PluginID => "2FC51DBA9F0F42108E26602486C186C1"; private string IconCopy { get; set; } private string IconAdd { get; set; } private string IconWarn { get; set; } diff --git a/PowertoysRunTOTP.csproj b/PowertoysRunTOTP.csproj index 2e69e50..5a2ab09 100644 --- a/PowertoysRunTOTP.csproj +++ b/PowertoysRunTOTP.csproj @@ -9,7 +9,7 @@ False Debug;Release Zapic - 1.1.0 + 1.2.1 Powertoys Run TOTP Powertoys Run TOTP Plugin https://github.com/KawaiiZapic/PowertoysRunTOTP diff --git a/plugin.json b/plugin.json index fec172c..20597e7 100644 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "ActionKeyword": "[", "Name": "TOTP", "Author": "Zapic", - "Version": "1.2.0", + "Version": "1.2.1", "Language": "csharp", "Website": "https://github.com/KawaiiZapic/PowertoysRunTOTP", "ExecuteFileName": "PowerToysRunTOTP.dll",