Skip to content

Commit

Permalink
Bumping to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaffooClock committed Nov 9, 2023
1 parent 24393c9 commit 93306f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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"
```


Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=DFR_Radar
version=1.0.0
version=1.1.0
author=huyujie ([email protected]), Matthew Clark
maintainer=Matthew Clark
sentence=Configure and communicate with the DFRobot 24GHz millimeter-wave Human Presence Detection sensor (SEN0395).
Expand Down

0 comments on commit 93306f8

Please sign in to comment.