Skip to content

Commit b1ed821

Browse files
committed
Bump version to 7.4.0
1 parent e6dcb46 commit b1ed821

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.3.0"
1+
version: "7.4.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.3.0",
3+
"version": "7.4.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.3.0
2+
version=7.4.0
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
@@ -604,7 +604,7 @@
604604

605605
// version definitions
606606
#define RADIOLIB_VERSION_MAJOR 7
607-
#define RADIOLIB_VERSION_MINOR 3
607+
#define RADIOLIB_VERSION_MINOR 4
608608
#define RADIOLIB_VERSION_PATCH 0
609609
#define RADIOLIB_VERSION_EXTRA 0
610610

0 commit comments

Comments
 (0)