From 9a2ee470bc884d367b1cf649055747918247cb85 Mon Sep 17 00:00:00 2001 From: Rob Zolkos Date: Sun, 30 Aug 2026 22:28:08 -0400 Subject: [PATCH] Update nix flake and plugin version for v1.3.1 --- .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 9a0046f5..fde0c270 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "hey", - "version": "1.3.0", + "version": "1.3.1", "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 19faa9da..32de2df0 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.3.0"; + version = "1.3.1"; src = lib.cleanSource ./..;