diff --git a/README.md b/README.md index 74d47c8..b40b37f 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,7 @@ The computing resources required to run Bumblebee are much larger than a typical To install and run the Bumblebee desktop app from the source files, see: -- [install](electron-app/INSTALL.md) - -Or install the packaged release: - -- [releases](https://github.com/jaxcore/bumblebee/releases) +- [INSTALL.md](electron-app/INSTALL.md) After installation, the first time Bumblebee is run it will prompt to download the DeepSpeech [pre-trained English model](https://github.com/mozilla/DeepSpeech/releases) files (1.4 GB disk space required). diff --git a/examples/web-examples/turtle-draw/package-lock.json b/examples/web-examples/turtle-draw/package-lock.json index e8db131..e051cdd 100644 --- a/examples/web-examples/turtle-draw/package-lock.json +++ b/examples/web-examples/turtle-draw/package-lock.json @@ -7268,9 +7268,9 @@ } }, "jaxcore-bumblebee": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/jaxcore-bumblebee/-/jaxcore-bumblebee-0.0.5.tgz", - "integrity": "sha512-mgTvUajAfXPnsTYtg9jh0yXLMA03JeSny3ezOVjfwP258q7vFEt/yOynmZV3IS6dQ8rkeAkQxfPbbq/FU9oIWQ==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/jaxcore-bumblebee/-/jaxcore-bumblebee-0.1.0.tgz", + "integrity": "sha512-mfdcTqrUPsnkUlAIrvssWuKuUMmo1aQyrvOClW+Mrdl4BAGZ6oOLTNFlNv/VJ6sCnUP3SwGnelto41py+5M/jg==", "requires": { "jaxcore": "0.0.5", "numberize": "0.0.1",