From 1bbe350ae199d7329a9cf67faaec856df5f21c22 Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Thu, 21 May 2026 01:19:49 -0400 Subject: [PATCH] chore: bump in-repo plugin.json version to 0.2.0 In-repo plugin.json on main was still 0.1.0 after the v0.2.0 tag shipped. Goreleaser rewrites the field at release time so the published asset is correct, but the source-tree value lags behind every release. Bumping to match the most recent tag. Future improvement: a CI check that fails if plugin.json version != latest git tag would catch this drift earlier. Filed as the workflow-plugin-hover repo's own follow-up. Co-Authored-By: Claude Opus 4.7 (1M context) --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index 12362fb..ff242e7 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "workflow-plugin-hover", - "version": "0.1.0", + "version": "0.2.0", "description": "Hover DNS provider (browser-style login + TOTP, no official SDK)", "author": "GoCodeAlone", "license": "MIT",