Skip to content

Commit c54587e

Browse files
authored
Merge pull request #23 from hideakitai/fix/library-name
fix: library name
2 parents 5c32f63 + fb6938d commit c54587e

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
steps:
8888
- uses: actions/checkout@v4
8989
- uses: arduino/arduino-lint-action@v1
90+
with:
91+
library-manager: update
9092
- name: compile example sketchs
9193
uses: arduino/compile-sketches@v1
9294
with:

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/hideakitai",
1212
"maintainer": true
1313
},
14-
"version": "0.8.2",
14+
"version": "0.8.3",
1515
"license": "MIT",
1616
"frameworks": "*",
1717
"platforms": "*",

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name=Debug
2-
version=0.8.2
1+
name=DebugLog
2+
version=0.8.3
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)