Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

Commit

Permalink
Version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinschumacher committed Jan 17, 2018
1 parent cb81564 commit 79db7bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Basecamp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ String Basecamp::_generateHostname() {

bool Basecamp::begin() {
Serial.begin(115200);
Serial.print("Basecamp V.");
Serial.print("Basecamp V.0.1.6");
Serial.println(version);
configuration.begin("/basecamp.json");
if (!configuration.load()) {
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"platforms": "espressif32"
}
],
"version": "0.1.5",
"version": "0.1.6",
"frameworks": "arduino",
"platforms": "espressif32",
"license": "GPL-3.0-only"
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=Basecamp
version=0.1.5
version=0.1.6
author=c't Magazin für computer technik, Merlin Schumacher
maintainer=Merlin Schumacher <[email protected]>
sentence=A basic IoT library for the ESP32
Expand Down

0 comments on commit 79db7bd

Please sign in to comment.