Skip to content

Commit 98f8dde

Browse files
committed
chore: bump version to 0.3.13 for release
1 parent f9949be commit 98f8dde

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "promptcode",
44
"displayName": "promptcode",
55
"description": "Generate prompt for LLM from your code",
6-
"version": "0.3.4",
6+
"version": "0.3.13",
77
"license": "SEE LICENSE IN LICENSE",
88
"repository": {
99
"type": "git",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "promptcode-cli",
3-
"version": "0.3.9",
3+
"version": "0.3.13",
44
"description": "CLI tool for PromptCode - Generate AI-ready prompts from codebases",
55
"bin": {
66
"promptcode": "./dist/promptcode"

packages/cli/src/embedded-templates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Embedded templates for compiled binaries.
33
* This file is auto-generated during build - DO NOT EDIT MANUALLY.
4-
* Generated at: 2025-08-10T08:22:23.078Z
4+
* Generated at: 2025-08-10T08:26:21.023Z
55
*/
66

77
// Template contents embedded at build time

0 commit comments

Comments
 (0)