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 website/docs/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Reach for ContextRelay when **one agent should implement while the other reviews
*Scripted demo using real `ctxrelay` output format — paths, IDs, and timestamps are sanitized.*

:::info Current version
These docs describe **ContextRelay 3.4.0**, the current release on [npm](https://www.npmjs.com/package/@proofofwork-agency/contextrelay). After upgrading the package, run [`ctxrelay upgrade`](../getting-started/upgrading-contextrelay.md) to reconcile your local setup.
These docs describe **ContextRelay 3.5.0**, the current release on [npm](https://www.npmjs.com/package/@proofofwork-agency/contextrelay). After upgrading the package, run [`ctxrelay upgrade`](../getting-started/upgrading-contextrelay.md) to reconcile your local setup.
:::

## Install and first run
Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type * as Preset from '@docusaurus/preset-classic';
// Surface the shipped package version in the navbar. Read it from the root
// package.json at build time so it tracks each release automatically; fall back
// to a literal if the read ever fails, so a bad path can never break the build.
let packageVersion = '3.4.0';
let packageVersion = '3.5.0';
try {
packageVersion = JSON.parse(
readFileSync(resolve(process.cwd(), '../package.json'), 'utf8'),
Expand Down
Loading