diff --git a/README.md b/README.md index 1a5f275..7c46c4d 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ There are multiple ways, but three of those are below (pick **one**, don't do al - Use the command line interface: ```shell - arduino-cli lib install DFR_Radar@1.0.0 + arduino-cli lib install DFR_Radar@1.1.0 ``` - Manual install: download the [latest release](https://github.com/MaffooClock/DFR_Radar/releases/latest), then see the documentation on [Importing a .zip Library](https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries#importing-a-zip-library). @@ -66,12 +66,12 @@ There are multiple ways, but three of those are below (pick **one**, don't do al - Search the [Library Registry](https://registry.platformio.org/search?t=library) for `MaffooClock/DFR_Radar` and install it automatically. - - Edit your [platformio.ini](https://docs.platformio.org/en/latest/projectconf/index.html) file and add `MaffooClock/DFR_Radar@^1.0.0` to the [`lib_deps`](https://docs.platformio.org/en/latest/projectconf/sections/env/options/library/lib_deps.html) stanza. + - Edit your [platformio.ini](https://docs.platformio.org/en/latest/projectconf/index.html) file and add `MaffooClock/DFR_Radar@^1.1.0` to the [`lib_deps`](https://docs.platformio.org/en/latest/projectconf/sections/env/options/library/lib_deps.html) stanza. - Use the command line interface: ```shell cd MyProject - pio pkg install --library "MaffooClock/DFR_Radar@^1.0.0" + pio pkg install --library "MaffooClock/DFR_Radar@^1.1.0" ``` diff --git a/library.json b/library.json index 9d0a93b..e84d369 100644 --- a/library.json +++ b/library.json @@ -2,7 +2,7 @@ "name": "DFR_Radar", "keywords": "arduino, millimeter-wave, radar, 24GHz, DFRobot, SEN0395", "description": "Arduino library for working with the DFRobot 24GHz millimeter-wave Human Presence Detection sensor (SEN0395).", - "version": "1.0.0", + "version": "1.1.0", "authors": [ { "name": "huyujie (DFRobot)", diff --git a/library.properties b/library.properties index 063b993..e1a3f53 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=DFR_Radar -version=1.0.0 +version=1.1.0 author=huyujie (yujie.hu@dfrobot.com), Matthew Clark maintainer=Matthew Clark sentence=Configure and communicate with the DFRobot 24GHz millimeter-wave Human Presence Detection sensor (SEN0395).