We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5d2b0 commit b53c455Copy full SHA for b53c455
1 file changed
examples/FORCE/FORCE.ino
@@ -17,7 +17,7 @@
17
// DON'T EDIT THESE LINES
18
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
19
#include <Force.h> //Include FORCE library
20
-String ver = "v1.1.1"; //unique identifier text
+String ver = "v1.1.2"; //unique identifier text
21
Force force(ver); //start FORCE object
22
23
void setup() {
0 commit comments