diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index eb8218fa..aa6ef8cd 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "hey", - "version": "1.1.0", + "version": "1.2.0", "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 43518fa6..f3db7a72 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.1.0"; + version = "1.2.0"; src = lib.cleanSource ./..;