Skip to content

Commit 63303d3

Browse files
committed
Release v0.2.21
1 parent caa46dd commit 63303d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

custom_components/soundpanel7/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"iot_class": "local_polling",
99
"issue_tracker": "https://github.com/jjtronics/SoundPanel7/issues",
1010
"requirements": [],
11-
"version": "0.2.20",
11+
"version": "0.2.21",
1212
"zeroconf": [
1313
{
1414
"type": "_soundpanel7._tcp.local."

include/AppConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#pragma once
33
#include <stdint.h>
44

5-
#define SOUNDPANEL7_VERSION "0.2.20"
5+
#define SOUNDPANEL7_VERSION "0.2.21"
66
#define SOUNDPANEL7_BUILD_DATE __DATE__ " " __TIME__
77

88
#ifndef SOUNDPANEL7_BUILD_ENV

0 commit comments

Comments
 (0)