dev-doc 0.2.10 → 0.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -47,7 +47,7 @@ const API_URL = "https://dev-doc-726dc734499e.herokuapp.com"; // TODO: Update to
47
47
  program
48
48
  .name("dev-doc")
49
49
  .description("AI-powered codebase analyzer AI")
50
- .version("0.2.10");
50
+ .version("0.2.11");
51
51
  // Add API key command
52
52
  program
53
53
  .command("add-key")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dev-doc",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "AI-powered codebase analyzer using AI to generate documentation and insights",
5
5
  "main": "dist/index.js",
6
6
  "bin": {