Skip to content

Commit

Permalink
ArduinoBootstrapper is now ready for the main public registries
Browse files Browse the repository at this point in the history
  • Loading branch information
sblantipodi committed May 16, 2020
1 parent b54abd9 commit f136c35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/ChangeName.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void loop() {

// ENTER YOUR CODE HERE

Serial.print("Hello WorldA");
Serial.print("Hello World");
delay(1000);

// Send MSG to the MQTT queue with no retention
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/sblantipodi/arduino_bootstrapper.git"
},
"version": "1.4",
"version": "1.4.1",
"examples": "examples/*.cpp",
"exclude": "tests",
"frameworks": "arduino",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ArduinoBootstrapper
version=1.4
version=1.4.1
author=Davide Perini <[email protected]>
maintainer=Davide Perini <[email protected]>
sentence=A client library for MQTT messaging.
Expand Down

0 comments on commit f136c35

Please sign in to comment.