Skip to content

Commit

Permalink
chore: bump version v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hideakitai committed Nov 7, 2024
1 parent 9e1da4f commit e3b5cbd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 24 deletions.
45 changes: 22 additions & 23 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
{
"name": "ArduinoOSC",
"keywords": "osc,wifi,ethernet,udp",
"description": "OSC subscriber / publisher for Arduino",
"repository": {
"type": "git",
"url": "https://github.com/hideakitai/ArduinoOSC.git"
},
"authors": {
"name": "Hideaki Tai",
"url": "https://github.com/hideakitai",
"maintainer": true
},
"version": "0.5.0",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"dependencies":
{
"hideakitai/ArxContainer": ">=0.6.0",
"hideakitai/ArxSmartPtr": "*",
"hideakitai/ArxTypeTraits": "*",
"hideakitai/DebugLog": ">=0.8.1"
}
"name": "ArduinoOSC",
"keywords": "osc,wifi,ethernet,udp",
"description": "OSC subscriber / publisher for Arduino",
"repository": {
"type": "git",
"url": "https://github.com/hideakitai/ArduinoOSC.git"
},
"authors": {
"name": "Hideaki Tai",
"url": "https://github.com/hideakitai",
"maintainer": true
},
"version": "0.5.1",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"dependencies": {
"hideakitai/ArxContainer": ">=0.6.0",
"hideakitai/ArxSmartPtr": "*",
"hideakitai/ArxTypeTraits": "*",
"hideakitai/DebugLog": ">=0.8.1"
}
}
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.5.0
version=0.5.1
author=hideakitai
maintainer=hideakitai
sentence=OSC subscriber / publisher for Arduino
Expand Down

0 comments on commit e3b5cbd

Please sign in to comment.