We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa46dd commit 63303d3Copy full SHA for 63303d3
2 files changed
custom_components/soundpanel7/manifest.json
@@ -8,7 +8,7 @@
8
"iot_class": "local_polling",
9
"issue_tracker": "https://github.com/jjtronics/SoundPanel7/issues",
10
"requirements": [],
11
- "version": "0.2.20",
+ "version": "0.2.21",
12
"zeroconf": [
13
{
14
"type": "_soundpanel7._tcp.local."
include/AppConfig.h
@@ -2,7 +2,7 @@
2
#pragma once
3
#include <stdint.h>
4
5
-#define SOUNDPANEL7_VERSION "0.2.20"
+#define SOUNDPANEL7_VERSION "0.2.21"
6
#define SOUNDPANEL7_BUILD_DATE __DATE__ " " __TIME__
7
#ifndef SOUNDPANEL7_BUILD_ENV
0 commit comments