Skip to content

Commit 8ba9e12

Browse files
committed
Prepare for v2 release
1 parent 5df2ba4 commit 8ba9e12

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Doxygen Action
14-
uses: mattnotmitt/doxygen-action@v1.9.5
14+
uses: mattnotmitt/doxygen-action@v1.9.8
1515
with:
1616
working-directory: 'docs/'
1717

1818
- name: Deploy
19-
uses: peaceiris/actions-gh-pages@v3.9.3
19+
uses: peaceiris/actions-gh-pages@v4
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
publish_dir: ./docs/doxydocs/html

library.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=NimBLE-Arduino
2-
version=2.0.0
2+
version=2.1.0
33
author=h2zero
4-
maintainer=h2zero <powellperalta@gmail.com>
5-
sentence=Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.
6-
paragraph=This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.
4+
maintainer=Ryan Powell <powell.rg@gmail.com>
5+
sentence=Bluetooth low energy (BLE) library for Arduino based on NimBLE.
6+
paragraph=This is frequently updated and lower resource alternative to the original bluedroid BLE library for esp32 and Nordic nRF5 devices (must use n-able-Arduino core). Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.
77
url=https://github.com/h2zero/NimBLE-Arduino
88
category=Communication
99
architectures=esp32,arm-ble
10-
includes=NimBLEDevice.h
10+
includes=NimBLEDevice.h

0 commit comments

Comments
 (0)