Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
katsumiok committed Oct 1, 2023
1 parent ab80706 commit c49142b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-askit-examples",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"@types/node": "^20.4.2",
"ts-askit": "^1.0.0",
"ts-askit": "^1.1.0",
"ts-patch": "^3.0.1",
"typescript": "^5.1.6"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-askit",
"version": "1.0.1",
"version": "1.1.0",
"description": "AskIt: Unified programming interface for programming with large language models (GPT-3.5 / GPT-4)",
"keywords": [
"llm",
Expand Down

0 comments on commit c49142b

Please sign in to comment.