From 7173c817e36225397cbee007fb51229b77c9d8fc Mon Sep 17 00:00:00 2001 From: Rob Zolkos Date: Tue, 8 Sep 2026 14:16:01 -0400 Subject: [PATCH] Update nix flake and plugin version for v1.4.3 --- .claude-plugin/plugin.json | 2 +- nix/package.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 009ce9c4..bfa13387 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "hey", - "version": "1.4.2", + "version": "1.4.3", "description": "HEY integration for Claude Code. Read email, manage todos, track time.", "author": { "name": "37signals", diff --git a/nix/package.nix b/nix/package.nix index 50819a67..ce02fb68 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -12,7 +12,7 @@ buildGoModule.override { inherit go; } (finalAttrs: { pname = "hey"; # Bumped by `make update-nix-hash VERSION=vX.Y.Z` before each stable # release; scripts/release.sh refuses to tag until it matches. - version = "1.4.2"; + version = "1.4.3"; src = lib.cleanSource ./..;