Skip to content

Commit 4c48333

Browse files
committed
feat: SmartButton
1 parent d9e038d commit 4c48333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SinricProVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// Version Configuration
77
#define SINRICPRO_VERSION_MAJOR 3
8-
#define SINRICPRO_VERSION_MINOR 2
8+
#define SINRICPRO_VERSION_MINOR 3
99
#define SINRICPRO_VERSION_REVISION 1
1010
#define SINRICPRO_VERSION STR(SINRICPRO_VERSION_MAJOR) "." STR(SINRICPRO_VERSION_MINOR) "." STR(SINRICPRO_VERSION_REVISION)
1111
#define SINRICPRO_VERSION_STR "SinricPro (v" SINRICPRO_VERSION ")"

0 commit comments

Comments
 (0)