Skip to content

Commit

Permalink
Fix #25 - Update to specific IoT Agent version (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox authored and dcalvoalonso committed Dec 19, 2018
1 parent a4678e6 commit 3fbdb18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iotagent-lora",
"version": "1.0.0",
"version": "1.1.0",
"description": "IoT Agent for LoRaWAN protocol",
"main": "lib/iotagent-lora",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"async": "^2.6.1",
"cbor-sync": "^1.0.3",
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "2.8.1",
"mqtt": "^2.18.8",
"request": "^2.88.0",
"winston": "^3.1.0"
Expand Down

0 comments on commit 3fbdb18

Please sign in to comment.