File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 "maintainer" : true
1414 }
1515 ],
16- "version" : " 2.9.6 " ,
16+ "version" : " 2.9.7 " ,
1717 "frameworks" : " arduino" ,
1818 "platforms" : [
1919 " espressif8266" ,
Original file line number Diff line number Diff line change 11name =SinricPro
2- version =2.9.6
2+ version =2.9.7
33author =Boris Jaeger <sivar2311@gmail.com>
44maintainer =Boris Jaeger <sivar2311@gmail.com>
55sentence =Library for https://sinric.pro - simple way to connect your device to alexa
Original file line number Diff line number Diff line change 66// Version Configuration
77#define SINRICPRO_VERSION_MAJOR 2
88#define SINRICPRO_VERSION_MINOR 9
9- #define SINRICPRO_VERSION_REVISION 6
9+ #define SINRICPRO_VERSION_REVISION 7
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 ")"
1212#define SINRICPRO_VERISON_INT SINRICPRO_VERSION_MAJOR * 1000000 + SINRICPRO_VERSION_MINOR * 1000 + SINRICPRO_VERSION_REVISION
You can’t perform that action at this time.
0 commit comments