diff --git a/Changelog.md b/Changelog.md index 12c6484..0d52e2a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +## 1.7.1 - 2024-05-30 + +### Added + +- Support for Apple silicon. + ## 1.7.0 - 2024-04-09 ### Changed diff --git a/package-lock.json b/package-lock.json index 334807e..83b9abe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pc-nrfconnect-rssi", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pc-nrfconnect-rssi", - "version": "1.7.0", + "version": "1.7.1", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "@nordicsemiconductor/pc-nrfconnect-shared": "^177.0.0", diff --git a/package.json b/package.json index 5402e8c..1e8d388 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pc-nrfconnect-rssi", - "version": "1.7.0", + "version": "1.7.1", "displayName": "RSSI Viewer", "description": "Live visualization of RSSI vs frequency in the 2.4 GHz band", "homepage": "https://github.com/NordicSemiconductor/pc-nrfconnect-rssi",