Skip to content

Commit

Permalink
Update library.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thijse authored Mar 12, 2017
1 parent f1512a3 commit 240eb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ArduinoLog",
"version": "1.0.0",
"version": "1.0.1",
"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.",
"keywords": "logging, debug, log, log levels, AVR, ESP8266, ",
"authors":
Expand Down

0 comments on commit 240eb5c

Please sign in to comment.