Skip to content

Commit

Permalink
Merge pull request #21 from hideakitai/chore/bump-version-v0.8.1
Browse files Browse the repository at this point in the history
chore: bump version v0.8.1
  • Loading branch information
hideakitai authored Feb 6, 2024
2 parents 0527e7a + e1c7e5c commit 9a59c0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"url": "https://github.com/hideakitai",
"maintainer": true
},
"version": "0.8.0",
"version": "0.8.1",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"dependencies":
{
"hideakitai/ArxContainer": "*",
"hideakitai/ArxContainer": ">=0.6.0",
"hideakitai/ArxTypeTraits": "*"
}
}
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=DebugLog
version=0.8.0
version=0.8.1
author=hideakitai
maintainer=hideakitai
sentence=Logging library for Arduino that can output to both Serial and File with one line
paragraph=DebugLog can output level-controlled logs to both Serial and File with one line at the same time. It also supports variadic arguments, log level control, assertion, manual file flushing, etc.
category=Communication
url=https://github.com/hideakitai/DebugLog
architectures=*
depends=ArxContainer,ArxTypeTraits
depends=ArxContainer(>=0.6.0),ArxTypeTraits

0 comments on commit 9a59c0e

Please sign in to comment.