Skip to content

Commit

Permalink
feat: match powertoy 0.75.0 breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaiiZapic committed Nov 27, 2023
1 parent bfcb0cf commit 4d3a31e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
2 changes: 1 addition & 1 deletion PowertoysRunTOTP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Configurations>Debug;Release</Configurations>
<Authors>Zapic</Authors>
<Version>1.1.0</Version>
<Version>1.2.1</Version>
<Title>Powertoys Run TOTP</Title>
<Product>Powertoys Run TOTP Plugin</Product>
<RepositoryUrl>https://github.com/KawaiiZapic/PowertoysRunTOTP</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4d3a31e

Please sign in to comment.