Skip to content

Commit

Permalink
chore: release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Jul 3, 2023
1 parent 9021f87 commit 49f4d28
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gpt-runner",
"type": "module",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gpt-runner-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-cli",
"version": "0.4.0",
"version": "0.4.1",
"description": "CLI for GPT Runner",
"author": {
"name": "Jinming Yang",
Expand Down
2 changes: 1 addition & 1 deletion packages/gpt-runner-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-core",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"author": "Jinming Yang <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/gpt-runner-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-shared",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"author": "Jinming Yang <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/gpt-runner-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publisher": "nicepkg",
"name": "gpt-runner",
"displayName": "GPT Runner",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"description": "GPT Runner for VS Code",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/gpt-runner-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-web",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"author": "Jinming Yang <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/gpt-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"author": "Jinming Yang <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 49f4d28

Please sign in to comment.