Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basecamp",
"version": "0.9.1",
"version": "0.10.0",
"description": "Basecamp integration for Claude Code. Create todos, track work, link code to projects.",
"author": {
"name": "37signals",
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basecamp",
"version": "0.9.1",
"version": "0.10.0",
"description": "Use Basecamp from Codex to find work, create todos, and keep projects up to date.",
"author": {
"name": "37signals",
Expand Down
2 changes: 1 addition & 1 deletion nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildGoModule.override { go = go_1_26; } (finalAttrs: {
pname = "basecamp";
# Updated automatically by scripts/update-nix-flake.sh on each release.
version = "0.9.1";
version = "0.10.0";

src = lib.cleanSource ./..;

Expand Down