Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
KairuDeibisu committed Nov 7, 2024
1 parent 9ca2285 commit 4034302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"IsGlobal": false,
"Name": "1Password",
"Author": "KairuDeibisu",
"Version": "1.5.0",
"Version": "1.6.0",
"Language": "csharp",
"Website": "https://github.com/KairuDeibisu/PowerToysRunPlugin1Password",
"ExecuteFileName": "Community.PowerToys.Run.Plugin._1Password.dll",
Expand Down
2 changes: 1 addition & 1 deletion release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if (-not (Get-Command gh -ErrorAction SilentlyContinue)) {
$name = '_1Password'
$assembly = "Community.PowerToys.Run.Plugin.$name"
$version = "v$((Get-Content ./plugin.json | ConvertFrom-Json).Version)"
$archs = @('x64', 'arm64')
$archs = @('x64')
$projectFile = "1Password.csproj"

git tag $version
Expand Down

0 comments on commit 4034302

Please sign in to comment.