Skip to content

Commit

Permalink
Prepare for v2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Dec 13, 2024
1 parent 5df2ba4 commit 8ba9e12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Doxygen Action
uses: mattnotmitt/[email protected].5
uses: mattnotmitt/[email protected].8
with:
working-directory: 'docs/'

- name: Deploy
uses: peaceiris/actions-gh-pages@v3.9.3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/doxydocs/html
10 changes: 5 additions & 5 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=NimBLE-Arduino
version=2.0.0
version=2.1.0
author=h2zero
maintainer=h2zero <powellperalta@gmail.com>
sentence=Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.
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.
maintainer=Ryan Powell <powell.rg@gmail.com>
sentence=Bluetooth low energy (BLE) library for Arduino based on NimBLE.
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.
url=https://github.com/h2zero/NimBLE-Arduino
category=Communication
architectures=esp32,arm-ble
includes=NimBLEDevice.h
includes=NimBLEDevice.h

0 comments on commit 8ba9e12

Please sign in to comment.