Skip to content

Commit

Permalink
Version 0.3.11; Upgraded dependencies
Browse files Browse the repository at this point in the history
Closes #92, closes #95
  • Loading branch information
Rantanen committed Oct 31, 2016
1 parent f56a529 commit 6c22571
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "mumble",
"description": "Mumble client library",
"version": "0.3.10",
"version": "0.3.11",
"author": "Mikko Rantanen <jubjub@jubjubnest.net>",
"homepage": "https://github.com/Rantanen/node-mumble",
"bugs": "https://github.com/Rantanen/node-mumble/issues",
Expand All @@ -15,9 +15,9 @@
},
"dependencies": {
"protobufjs": "^4.0.0",
"node-opus": "~0.1.0",
"celt": "~0.1.0",
"jitterbuffer": "~0.1.0"
"node-opus": "^0.2.2",
"celt": "^0.1.11",
"jitterbuffer": "^0.1.12"
},
"devDependencies": {
"chai": "^3.2.0",
Expand Down

0 comments on commit 6c22571

Please sign in to comment.