Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis committed May 24, 2022
1 parent ed2fe38 commit 5d9c9c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Steps to reproduce the behaviour:

**Example code**
```cpp
Put code here to reproduce the bug, if possible
// Put code here to reproduce the bug, if possible
```

**Additional context**
Expand Down
5 changes: 3 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"type": "git",
"url": "https://github.com/bertmelis/espMqttClient.git"
},
"version": "0.0.3",
"version": "0.0.4",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"]
"platforms": ["espressif8266", "espressif32"],
"headers": ["espMqttClient.h", "espMqttClientSecure.h"]
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=espMqttClient
version=0.0.3
version=0.0.4
author=Bert Melis
maintainer=Bert Melis
sentence=an MQTT client for the Arduino framework for ESP8266 / ESP32
Expand Down

0 comments on commit 5d9c9c9

Please sign in to comment.