Skip to content

Commit

Permalink
bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenatal committed Sep 10, 2019
1 parent b140494 commit 31ace5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions deps/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ uninstall() {
pkg_="$(cut -d'_' -f1 <<<"$pkg")"
sudo dpkg --purge --force-depends "$pkg_"
done
for pkg in ${required_packages_common[@]}; do
sudo apt-get purge -y "$pkg"
done

sudo rm -rf /usr/share/snips/
rm setup_complete
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "voice-addon",
"display_name": "Voice Control",
"version": "1.0.0",
"version": "1.0.1",
"description": "Hands-free voice addon with personalized keyword and local voice processing.",
"author": "André Natal",
"main": "index.js",
Expand Down

0 comments on commit 31ace5b

Please sign in to comment.