Skip to content

Commit

Permalink
web v0.2.1 (#26)
Browse files Browse the repository at this point in the history
* update version

* post release
  • Loading branch information
albho authored May 30, 2024
1 parent ac773f1 commit d504523
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion binding/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Orca Text-to-Speech engine for web browsers (via WebAssembly)",
"author": "Picovoice Inc",
"license": "Apache-2.0",
"version": "0.2.0",
"version": "0.2.1",
"keywords": [
"orca",
"web",
Expand Down
2 changes: 1 addition & 1 deletion demo/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Picovoice Inc",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/orca-web": "~0.2.0"
"@picovoice/orca-web": "~0.2.1"
},
"devDependencies": {
"http-server": "^14.0.0"
Expand Down
8 changes: 4 additions & 4 deletions demo/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@picovoice/orca-web@~0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@picovoice/orca-web/-/orca-web-0.2.0.tgz#b5567dcfe132333fd7f5f8cf2361a06c95d69eb5"
integrity sha512-mIgqAxrxUf84N7SgTRhaZ/qxltmofx5TgKfRslGHQzd391DhCrQE598YCQWZ8lsZIzzevGDce96LGeJH6vbfww==
"@picovoice/orca-web@~0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@picovoice/orca-web/-/orca-web-0.2.1.tgz#7f2a3fea9eb33f834a00fa843b20ae6f4df4a3e2"
integrity sha512-yPPLZK2SBeR8TYI/h9gwbhOPShOW/VqQPPagQLt4ikKADDsU1WLslZ49d8kGqsd1ECeLith/xDAjIE4BFAiv8Q==
dependencies:
"@picovoice/web-utils" "=1.3.4"

Expand Down

0 comments on commit d504523

Please sign in to comment.