Skip to content

Commit

Permalink
bump version for changes from mrRobot62#2
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Sep 27, 2017
1 parent 501c41e commit 58a3e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ArduinoLog",
"keywords": "logging, debug, log, log levels, AVR, ESP8266",
"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.",
"version": "1.0.1",
"version": "1.0.2",
"authors": {
"name": "Thijs Elenbaas",
"url": "https://github.com/thijse",
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=ArduinoLog
version=1.0.1
version=1.0.2
author=Thijs Elenbaas
maintainer=Thijs Elenbaas <[email protected]>
sentence=Small logging framework
Expand Down

0 comments on commit 58a3e8f

Please sign in to comment.