Skip to content

Commit 2a2f6e0

Browse files
committed
Bump version to 7.3.0
1 parent a3ab19e commit 2a2f6e0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.2.1"
1+
version: "7.3.0"
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.2.1",
3+
"version": "7.3.0",
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.2.1
2+
version=7.3.0
33
author=Jan Gromes <[email protected]>
44
maintainer=Jan Gromes <[email protected]>
55
sentence=Universal wireless communication library

src/BuildOpt.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,8 @@
604604

605605
// version definitions
606606
#define RADIOLIB_VERSION_MAJOR 7
607-
#define RADIOLIB_VERSION_MINOR 2
608-
#define RADIOLIB_VERSION_PATCH 1
607+
#define RADIOLIB_VERSION_MINOR 3
608+
#define RADIOLIB_VERSION_PATCH 0
609609
#define RADIOLIB_VERSION_EXTRA 0
610610

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

0 commit comments

Comments
 (0)