Skip to content

Commit 98bef69

Browse files
committed
chore: bump version v0.8.4
1 parent 26af2b2 commit 98bef69

2 files changed

Lines changed: 21 additions & 22 deletions

File tree

library.json

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
{
2-
"name": "DebugLog",
3-
"keywords": "assert, log, utility, serial",
4-
"description": "Logging library for Arduino that can output to both Serial and File with one line",
5-
"repository": {
6-
"type": "git",
7-
"url": "https://github.com/hideakitai/DebugLog.git"
8-
},
9-
"authors": {
10-
"name": "Hideaki Tai",
11-
"url": "https://github.com/hideakitai",
12-
"maintainer": true
13-
},
14-
"version": "0.8.3",
15-
"license": "MIT",
16-
"frameworks": "*",
17-
"platforms": "*",
18-
"dependencies":
19-
{
20-
"hideakitai/ArxContainer": ">=0.6.0",
21-
"hideakitai/ArxTypeTraits": "*"
22-
}
2+
"name": "DebugLog",
3+
"keywords": "assert, log, utility, serial",
4+
"description": "Logging library for Arduino that can output to both Serial and File with one line",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/hideakitai/DebugLog.git"
8+
},
9+
"authors": {
10+
"name": "Hideaki Tai",
11+
"url": "https://github.com/hideakitai",
12+
"maintainer": true
13+
},
14+
"version": "0.8.4",
15+
"license": "MIT",
16+
"frameworks": "*",
17+
"platforms": "*",
18+
"dependencies": {
19+
"hideakitai/ArxContainer": ">=0.6.0",
20+
"hideakitai/ArxTypeTraits": "*"
21+
}
2322
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=DebugLog
2-
version=0.8.3
2+
version=0.8.4
33
author=hideakitai
44
maintainer=hideakitai
55
sentence=Logging library for Arduino that can output to both Serial and File with one line

0 commit comments

Comments
 (0)