Skip to content

Commit 71374e7

Browse files
authored
Merge pull request #34 from thedadams/prep-0.6.0
chore: prepare for v0.6.0 release
2 parents 5dec3aa + bb22b2d commit 71374e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gptscript-ai/gptscript",
3-
"version": "v0.5.0",
3+
"version": "v0.6.0",
44
"description": "Run gptscript in node.js",
55
"source": "src/gptscript.ts",
66
"main": "dist/gptscript.js",

scripts/install-binary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if (process.platform === 'win32') {
6868
const gptscript_info = {
6969
name: "gptscript",
7070
url: "https://github.com/gptscript-ai/gptscript/releases/download/",
71-
version: "v0.5.0"
71+
version: "v0.6.0"
7272
}
7373

7474
const pltfm = {

0 commit comments

Comments
 (0)