Skip to content

Commit

Permalink
chore: bump version v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hideakitai committed Nov 9, 2024
1 parent 26af2b2 commit 98bef69
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
41 changes: 20 additions & 21 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
{
"name": "DebugLog",
"keywords": "assert, log, utility, serial",
"description": "Logging library for Arduino that can output to both Serial and File with one line",
"repository": {
"type": "git",
"url": "https://github.com/hideakitai/DebugLog.git"
},
"authors": {
"name": "Hideaki Tai",
"url": "https://github.com/hideakitai",
"maintainer": true
},
"version": "0.8.3",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"dependencies":
{
"hideakitai/ArxContainer": ">=0.6.0",
"hideakitai/ArxTypeTraits": "*"
}
"name": "DebugLog",
"keywords": "assert, log, utility, serial",
"description": "Logging library for Arduino that can output to both Serial and File with one line",
"repository": {
"type": "git",
"url": "https://github.com/hideakitai/DebugLog.git"
},
"authors": {
"name": "Hideaki Tai",
"url": "https://github.com/hideakitai",
"maintainer": true
},
"version": "0.8.4",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"dependencies": {
"hideakitai/ArxContainer": ">=0.6.0",
"hideakitai/ArxTypeTraits": "*"
}
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=DebugLog
version=0.8.3
version=0.8.4
author=hideakitai
maintainer=hideakitai
sentence=Logging library for Arduino that can output to both Serial and File with one line
Expand Down

0 comments on commit 98bef69

Please sign in to comment.