Skip to content

Commit

Permalink
chore: version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gsuuon committed Aug 10, 2023
1 parent 78cec0b commit b9de36b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ad-llama",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"description": "Structured inference with LLaMa 2 in your browser",
"main": "lib/index.js",
"files": [
Expand All @@ -26,7 +26,7 @@
"dev": "rollup -w -c",
"serve": "rollup -w -c dev.config.mjs",
"docs": "typedoc src/index.ts --plugin typedoc-plugin-missing-exports",
"docs:pin-git": "npm run docs -- --gitRevision v0.1.0"
"docs:pin-git": "npm run docs -- --gitRevision v0.1.1"
},
"author": "[email protected]",
"license": "MIT",
Expand Down

0 comments on commit b9de36b

Please sign in to comment.