diff --git a/pc-nrfconnect-ble/package.json b/pc-nrfconnect-ble/package.json index 75d9ef9..ed0e422 100644 --- a/pc-nrfconnect-ble/package.json +++ b/pc-nrfconnect-ble/package.json @@ -1,6 +1,6 @@ { "name": "pc-nrfconnect-ble", - "version": "4.0.4", + "version": "4.0.5", "description": "A natural first choice for Bluetooth Low Energy development", "displayName": "Bluetooth Low Energy", "repository": { diff --git a/pc-nrfconnect-launcher/package.json b/pc-nrfconnect-launcher/package.json index 751a579..c302301 100644 --- a/pc-nrfconnect-launcher/package.json +++ b/pc-nrfconnect-launcher/package.json @@ -1,6 +1,6 @@ { "name": "nrfconnect-bluetooth-low-energy", - "version": "4.0.4", + "version": "4.0.5", "description": "nRF Connect for Desktop", "repository": { "type": "git", diff --git a/pc-nrfconnect-launcher/resources/bundle/package.json b/pc-nrfconnect-launcher/resources/bundle/package.json index 4a12a80..9ed7de0 100644 --- a/pc-nrfconnect-launcher/resources/bundle/package.json +++ b/pc-nrfconnect-launcher/resources/bundle/package.json @@ -1,16 +1,16 @@ { - "name": "pc-nrfconnect-ble", - "version": "4.0.4", - "description": "A natural first choice for Bluetooth Low Energy development", - "displayName": "nRF Connect for Desktop Bluetooth Low Energy Standalone", - "repository": { - "type": "git", - "url": "https://github.com/NordicPlayground/pc-nrfconnect-ble-standalone.git" - }, - "author": "Nordic Semiconductor ASA", - "license": "SEE LICENSE IN LICENSE", - "main": "bundle.js", - "engines": { - "nrfconnect": "^3.8.0" - } + "name": "pc-nrfconnect-ble", + "version": "4.0.5", + "description": "A natural first choice for Bluetooth Low Energy development", + "displayName": "nRF Connect for Desktop Bluetooth Low Energy Standalone", + "repository": { + "type": "git", + "url": "https://github.com/NordicPlayground/pc-nrfconnect-ble-standalone.git" + }, + "author": "Nordic Semiconductor ASA", + "license": "SEE LICENSE IN LICENSE", + "main": "bundle.js", + "engines": { + "nrfconnect": "^3.8.0" + } }