Skip to content

Commit fb36e10

Browse files
committed
Release v0.2.24
1 parent 02297b5 commit fb36e10

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.23",
11+
"version": "0.2.24",
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.23"
5+
#define SOUNDPANEL7_VERSION "0.2.24"
66
#define SOUNDPANEL7_BUILD_DATE __DATE__ " " __TIME__
77

88
#ifndef SOUNDPANEL7_BUILD_ENV

0 commit comments

Comments
 (0)