Skip to content

Commit

Permalink
Merge pull request #44 from hideakitai/chore/release-v0.4.0
Browse files Browse the repository at this point in the history
chore: release v0.4.0
  • Loading branch information
hideakitai committed Oct 5, 2023
2 parents b0b3af1 + 58f6ae7 commit 42fa62b
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-wifi:
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.3.29",
"version": "0.4.0",
"license": "MIT",
"frameworks": "arduino",
"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=ArduinoOSC
version=0.3.29
version=0.4.0
author=hideakitai
maintainer=hideakitai
sentence=OSC subscriber / publisher for Arduino
Expand Down

0 comments on commit 42fa62b

Please sign in to comment.