Skip to content

Commit 8fe552b

Browse files
authored
chore(ui): bump MCP known-latest version pin to 0.7.0 (#4165)
@jsonbored/gittensory-mcp v0.7.0 is now published (npm dist-tags.latest confirmed) -- this pin lags one release by design (ui:version-audit hard- requires it to equal npm's actual latest, and it must never point ahead of what's really published), so it only moves now that publish is done.
1 parent b453658 commit 8fe552b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/gittensory-ui/src/lib/mcp-package.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const MCP_PACKAGE_REGISTRY_URL = `https://registry.npmjs.org/${MCP_PACKAG
88
export const MCP_PACKAGE_NPM_URL = `https://www.npmjs.com/package/${MCP_PACKAGE_NAME}`;
99
// Tracks the latest PUBLISHED release: ui:version-audit requires this to equal npm dist-tags.latest, so it is
1010
// bumped to a new version only AFTER that version publishes (never ahead of npm).
11-
export const MCP_PACKAGE_KNOWN_LATEST_VERSION = "0.6.0";
11+
export const MCP_PACKAGE_KNOWN_LATEST_VERSION = "0.7.0";
1212
export const MCP_MINIMUM_SUPPORTED_VERSION = "0.5.0";
1313

1414
export type NpmPackageMetadata = {

0 commit comments

Comments
 (0)