From ce142a17aec8373093d3cb5b086199940ae3324e Mon Sep 17 00:00:00 2001 From: Kyle Micallef Bonnici Date: Mon, 4 Sep 2023 13:30:25 +0200 Subject: [PATCH] Fix: Update vertions to 4.0.5 - launcher 4.2.0 --- pc-nrfconnect-ble/package.json | 2 +- pc-nrfconnect-launcher/package.json | 2 +- .../resources/bundle/package.json | 28 +++++++++---------- 3 files changed, 16 insertions(+), 16 deletions(-) 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" + } }