Skip to content

Commit

Permalink
Fix release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiuToporjinschi committed Apr 16, 2019
1 parent e0c0884 commit b59282e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/ESPManager/ESPManager.ino
@@ -1,5 +1,5 @@
/*
ESPManager 2.0.3
ESPManager 2.0.4
Copyright (C) 2018 by Sergiu Toporjinschi <sergiu dot toporjinschi at gmail dot com>
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=ESPManager
version=2.0.3
version=2.0.4
author=Sergiu Toporjinschi
maintainer=Sergiu Toporjinschi
sentence=ESP manager
Expand Down
2 changes: 1 addition & 1 deletion src/ESPManager.cpp
@@ -1,5 +1,5 @@
/*
ESPManager 2.0.3
ESPManager 2.0.4
Copyright (C) 2018 by Sergiu Toporjinschi <sergiu dot toporjinschi at gmail dot com>
Expand Down
4 changes: 2 additions & 2 deletions src/ESPManager.h
@@ -1,5 +1,5 @@
/*
ESPManager 2.0.3
ESPManager 2.0.4
Copyright (C) 2018 by Sergiu Toporjinschi <sergiu dot toporjinschi at gmail dot com>
Expand Down Expand Up @@ -81,7 +81,7 @@ class ESPManager {
};
void sendMsg(const char * topic, const char * msg, bool retain, int qos);
private:
const char * version = "2.0.3";
const char * version = "2.0.4";
const char * sketchVersion = nullptr;
bool retainMsg = false;
int qos = 0;
Expand Down

0 comments on commit b59282e

Please sign in to comment.