Skip to content

Commit 7d96b42

Browse files
committed
Bump version to 6.6.0
1 parent 6bd3f92 commit 7d96b42

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "6.5.0"
1+
version: "6.6.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: "radio, communication, morse, cc1101, aprs, sx1276, sx1278, sx1272, rtty, ax25, afsk, nrf24, rfm96, sx1231, rfm96, rfm98, sstv, sx1278, sx1272, sx1276, sx1280, sx1281, sx1282, sx1261, sx1262, sx1268, si4432, rfm22, llcc68, pager, pocsag, lorawan, lr1110, lr1120, lr1121"
44
url: "https://github.com/jgromes/RadioLib"

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "RadioLib",
3-
"version": "6.5.0",
3+
"version": "6.6.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, rfm96, sx1231, rfm96, rfm98, sstv, sx1278, sx1272, sx1276, sx1280, sx1281, sx1282, sx1261, sx1262, sx1268, si4432, rfm22, llcc68, pager, pocsag, lorawan, lr1110, lr1120, lr1121",
66
"homepage": "https://github.com/jgromes/RadioLib",

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=RadioLib
2-
version=6.5.0
2+
version=6.6.0
33
author=Jan Gromes <[email protected]>
44
maintainer=Jan Gromes <[email protected]>
55
sentence=Universal wireless communication library

src/BuildOpt.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570

571571
// version definitions
572572
#define RADIOLIB_VERSION_MAJOR 6
573-
#define RADIOLIB_VERSION_MINOR 5
573+
#define RADIOLIB_VERSION_MINOR 6
574574
#define RADIOLIB_VERSION_PATCH 0
575575
#define RADIOLIB_VERSION_EXTRA 0
576576

0 commit comments

Comments
 (0)