Skip to content

Commit d26b1ff

Browse files
committed
Bump version to 7.1.2
1 parent 49f21cc commit d26b1ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "7.1.1"
1+
version: "7.1.2"
22
description: "Universal wireless communication library. User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.) and other protocols (Pagers, LoRaWAN)."
33
tags:
44
- radio

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "RadioLib",
3-
"version": "7.1.1",
3+
"version": "7.1.2",
44
"description": "Universal wireless communication library. User-friendly library for sub-GHz radio modules (SX1278, RF69, CC1101, SX1268, and many others), as well as ham radio digital modes (RTTY, SSTV, AX.25 etc.) and other protocols (Pagers, LoRaWAN).",
55
"keywords": "radio, communication, morse, cc1101, aprs, sx1276, sx1278, sx1272, rtty, ax25, afsk, nrf24, rf69, sx1231, rfm96, rfm98, sstv, sx1280, sx1281, sx1282, sx1261, sx1262, sx1268, si4432, rfm22, llcc68, pager, pocsag, lorawan, lr1110, lr1120, lr1121",
66
"homepage": "https://github.com/jgromes/RadioLib",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=RadioLib
2-
version=7.1.1
2+
version=7.1.2
33
author=Jan Gromes <[email protected]>
44
maintainer=Jan Gromes <[email protected]>
55
sentence=Universal wireless communication library

src/BuildOpt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@
583583
// version definitions
584584
#define RADIOLIB_VERSION_MAJOR 7
585585
#define RADIOLIB_VERSION_MINOR 1
586-
#define RADIOLIB_VERSION_PATCH 1
586+
#define RADIOLIB_VERSION_PATCH 2
587587
#define RADIOLIB_VERSION_EXTRA 0
588588

589589
#define RADIOLIB_VERSION (((RADIOLIB_VERSION_MAJOR) << 24) | ((RADIOLIB_VERSION_MINOR) << 16) | ((RADIOLIB_VERSION_PATCH) << 8) | (RADIOLIB_VERSION_EXTRA))

0 commit comments

Comments
 (0)