Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
update version to 0.1.8 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-eire authored Aug 28, 2020
1 parent 7760a09 commit a7d4d4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/node/add/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"onnxjs": "^0.1.0",
"onnxjs": "^0.1.8",
"onnxjs-node": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onnxjs",
"version": "0.1.7",
"version": "0.1.8",
"description": "A Javascript library for running ONNX models on browsers and on Node.js",
"main": "./lib/api/index.js",
"browser": "./dist/onnx.min.js",
Expand Down

0 comments on commit a7d4d4e

Please sign in to comment.