Skip to content

Commit

Permalink
build: Update package versions to v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Mar 16, 2019
1 parent 704676a commit e813b41
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.11.1",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/buttplug-node-bluetoothle-manager/package.json
@@ -1,6 +1,6 @@
{
"name": "buttplug-node-bluetoothle-manager",
"version": "0.11.0",
"version": "0.11.1",
"description": "Bluetooth LE Manager (using Noble) for native node Buttplug servers",
"homepage": "https://github.com/buttplugio/buttplug-js/packages/buttplug-node-bluetoothle-manager#readme",
"repository": {
Expand All @@ -26,7 +26,7 @@
"tslint:fix": "tslint --project tsconfig.json --outputAbsolutePaths -c ../../tslint.json --fix semicolon,comma,no-var-keyword,ordered-imports \"src/**/*.ts\" \"tests/**/*.ts\""
},
"dependencies": {
"buttplug": "^0.11.0",
"buttplug": "^0.11.1",
"noble-mac": "https://github.com/buttplugio/noble-mac#buttplugio",
"uuid-parse": "^1.1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/buttplug-node-websockets/package.json
@@ -1,6 +1,6 @@
{
"name": "buttplug-node-websockets",
"version": "0.11.0",
"version": "0.11.1",
"description": "Node Websocket Client/Server for buttplug-js",
"homepage": "https://github.com/buttplugio/buttplug-js/packages/buttplug-node-websockets#readme",
"repository": {
Expand All @@ -27,7 +27,7 @@
"test": "jest"
},
"dependencies": {
"buttplug": "^0.11.0",
"buttplug": "^0.11.1",
"ws": "^6.2.0"
},
"jest": {
Expand Down
8 changes: 4 additions & 4 deletions packages/buttplug-server-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "buttplug-server-cli",
"version": "0.11.0",
"version": "0.11.1",
"description": "Node.js Server Frontend for Buttplug",
"homepage": "https://github.com/buttplugio/buttplug-js/packages/buttplug-server-cli#readme",
"repository": {
Expand Down Expand Up @@ -29,9 +29,9 @@
"copy:bindings:linux": "cp ../../node_modules/@abandonware/bluetooth-hci-socket/lib/binding/binding.node ./buttplug-node-server/binding.node"
},
"dependencies": {
"buttplug": "^0.11.0",
"buttplug-node-bluetoothle-manager": "^0.11.0",
"buttplug-node-websockets": "^0.11.0",
"buttplug": "^0.11.1",
"buttplug-node-bluetoothle-manager": "^0.11.1",
"buttplug-node-websockets": "^0.11.1",
"commander": "^2.19.0",
"protobufjs": "^6.8.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/buttplug/package.json
@@ -1,6 +1,6 @@
{
"name": "buttplug",
"version": "0.11.0",
"version": "0.11.1",
"description": "Javascript library for creating or accessing Buttplug Intimate Hardware Protocol servers/clients, for node or web",
"homepage": "https://github.com/buttplugio/buttplug-js/packages/buttplug#readme",
"repository": {
Expand Down

0 comments on commit e813b41

Please sign in to comment.