Skip to content

Commit c681dcf

Browse files
committed
Increment version
Signed-off-by: Jan Losinski <[email protected]>
1 parent a6814be commit c681dcf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"maintainer": true
1616
}
1717
],
18-
"version": "0.1.0",
18+
"version": "0.2.0",
1919
"frameworks": "arduino",
2020
"platforms": "*"
21-
}
21+
}

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=ArduinoSimpleLogging
2-
version=0.1.0
2+
version=0.2.0
33
author=Jan Losinski <[email protected]>
44
maintainer=Jan Losinski <[email protected]>
55
sentence=Simple logging framework knowing levels and handlers
66
paragraph=You can log to different targets (Debug, Warning, Info, Debug) and add handlers for different targets.
77
category=Logging
88
url=https://github.com/janLo/ArduinoSimpleLogging
9-
architectures=*
9+
architectures=*

0 commit comments

Comments
 (0)