Skip to content

Commit f532fd8

Browse files
authored
Merge pull request mrRobot62#3 from thijse/joscha/bump-version
2 parents 501c41e + 58a3e8f commit f532fd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ArduinoLog",
33
"keywords": "logging, debug, log, log levels, AVR, ESP8266",
44
"description": "ArduinoLog is a minimalistic logging framework to help the programmer output log statements to a chosen output target. ArduinoLog is designed so that log statements can remain in the code with minimal performance cost. In order to facilitate this the loglevel can be adjusted, and if the code is completely tested all logging code can be compiled out. Tested for AVR and ESP8266 boards.",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"authors": {
77
"name": "Thijs Elenbaas",
88
"url": "https://github.com/thijse",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoLog
2-
version=1.0.1
2+
version=1.0.2
33
author=Thijs Elenbaas
44
maintainer=Thijs Elenbaas <thijs@contemplated.nl>
55
sentence=Small logging framework

0 commit comments

Comments
 (0)