diff --git a/README.md b/README.md index 145916d..035e419 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://github.com/platformio/platform-nordicnrf52/workflows/Examples/badge.svg)](https://github.com/platformio/platform-nordicnrf52/actions) -The nRF52 Series are built for speed to carry out increasingly complex tasks in the shortest possible time and return to sleep, conserving precious battery power. They have a Cortex-M4F processor and are the most capable Bluetooth Smart SoCs on the market. +The nRF52 Series are built for speed to carry out increasingly complex tasks in the shortest possible time and return to sleep, conserving precious battery power. They have a Cortex-M4F processor which makes them quite capable Bluetooth Smart SoCs. * [Home](http://platformio.org/platforms/nordicnrf52) (home page in PlatformIO Platform Registry) * [Documentation](http://docs.platformio.org/page/platforms/nordicnrf52.html) (advanced usage, packages, boards, frameworks, etc.) diff --git a/platform.json b/platform.json index e8e4e8a..3ac48a2 100644 --- a/platform.json +++ b/platform.json @@ -1,7 +1,7 @@ { "name": "nordicnrf52", "title": "Nordic nRF52", - "description": "The nRF52 Series are built for speed to carry out increasingly complex tasks in the shortest possible time and return to sleep, conserving precious battery power. They have a Cortex-M4F processor and are the most capable Bluetooth Smart SoCs on the market.", + "description": "The nRF52 Series are built for speed to carry out increasingly complex tasks in the shortest possible time and return to sleep, conserving precious battery power. They have a Cortex-M4F processor which makes them quite capable Bluetooth Smart SoCs.", "homepage": "https://www.nordicsemi.com/Products/nRF52-Series-SoC", "license": "Apache-2.0", "keywords": [ @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/platformio/platform-nordicnrf52.git" }, - "version": "9.1.0", + "version": "9.2.0", "frameworks": { "arduino": { "package": "framework-arduinonordicnrf5", @@ -80,7 +80,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~2.20700.0" + "version": "~2.20701.0" }, "tool-adafruit-nrfutil": { "owner": "platformio",