Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Commit 80cc3e4

Browse files
Chris Arterclaude
andcommitted
Bump version to 0.5.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 80783ef commit 80cc3e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dynamik-dev/refdocs",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"type": "module",
55
"description": "Local CLI tool that indexes markdown documentation and exposes fast fuzzy search with intelligent chunking",
66
"main": "dist/src/index.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const program = new Command();
1515
program
1616
.name("refdocs")
1717
.description("Local CLI tool for indexing and searching markdown documentation")
18-
.version("0.5.0");
18+
.version("0.5.1");
1919

2020
program
2121
.command("init")

0 commit comments

Comments
 (0)