From 51f2479cc9355b98f1b2adbab3a327f764e7ac00 Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Sun, 24 May 2026 17:47:57 -0400 Subject: [PATCH] chore(plugin.json): bump version to 0.2.7 + sync download URLs CI test TestIntegration_PluginManifestAndStepTypes asserts plugin.json.version == release tag. Earlier post-release cleanup PR missed this bump. --- plugin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugin.json b/plugin.json index 52e2355..395307d 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "workflow-plugin-auth", - "version": "0.2.5", + "version": "0.2.7", "description": "Passwordless authentication plugin: WebAuthn/passkeys, TOTP, email magic links", "author": "GoCodeAlone", "license": "MIT", @@ -22,22 +22,22 @@ { "os": "linux", "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-auth/releases/download/v0.2.5/workflow-plugin-auth_0.2.5_linux_amd64.tar.gz" + "url": "https://github.com/GoCodeAlone/workflow-plugin-auth/releases/download/v0.2.7/workflow-plugin-auth_0.2.7_linux_amd64.tar.gz" }, { "os": "linux", "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-auth/releases/download/v0.2.5/workflow-plugin-auth_0.2.5_linux_arm64.tar.gz" + "url": "https://github.com/GoCodeAlone/workflow-plugin-auth/releases/download/v0.2.7/workflow-plugin-auth_0.2.7_linux_arm64.tar.gz" }, { "os": "darwin", "arch": "amd64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-auth/releases/download/v0.2.5/workflow-plugin-auth_0.2.5_darwin_amd64.tar.gz" + "url": "https://github.com/GoCodeAlone/workflow-plugin-auth/releases/download/v0.2.7/workflow-plugin-auth_0.2.7_darwin_amd64.tar.gz" }, { "os": "darwin", "arch": "arm64", - "url": "https://github.com/GoCodeAlone/workflow-plugin-auth/releases/download/v0.2.5/workflow-plugin-auth_0.2.5_darwin_arm64.tar.gz" + "url": "https://github.com/GoCodeAlone/workflow-plugin-auth/releases/download/v0.2.7/workflow-plugin-auth_0.2.7_darwin_arm64.tar.gz" } ], "moduleTypes": [