Skip to content

Commit

Permalink
Merge pull request #18 from hideakitai/chore/release-v0.7.0
Browse files Browse the repository at this point in the history
chore: release v0.7.0
  • Loading branch information
hideakitai authored Oct 4, 2023
2 parents 991cd1a + 5c72f78 commit d0bd1ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ on:
paths-ignore:
- .git*
- '**.md'
- '*.properties'
- 'library.properties'
- 'library.json'
pull_request:
branches:
- main
- develop
paths-ignore:
- .git*
- '**.md'
- '*.properties'
- 'library.properties'
- 'library.json'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/hideakitai",
"maintainer": true
},
"version": "0.6.6",
"version": "0.7.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*"
Expand Down
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.6.6
version=0.7.0
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 d0bd1ee

Please sign in to comment.